Improve assignment instructions

This commit is contained in:
Adam Klinkosz 2021-04-15 18:39:34 +02:00
parent 54792e17e3
commit ccef226160

View file

@ -8,13 +8,12 @@ You can run the Cucumber features from your IDE or via the command line:
## Finding owners ## Finding owners
The scenarios for this feature are incomplete or even naive. Please cover more cases in more reliable way. The scenarios for this feature are incomplete or even naive. Please cover more cases in more reliable way.
Open the `src/test/resources/scenarios/FindOwners.feature` and follow instructions given in the comments.
## Adding owners ## Adding owners
Open `src/test/resources/scenarios/AddOwners.feature` and follow instructions given in the comments. Open `src/test/resources/scenarios/AddOwners.feature` and follow instructions given in the comments.
## Bonus tasks ## Bonus tasks
1. The browser is not closing after all tests were run. Fix it. 1. The browser is not closing after all tests were run. Fix it.
2. There is something wrong with the way the HTML elements are selected. 2. There is something wrong with the way the HTML elements are selected.
Prepare a suggestion of how to improve it or even implement such a change. Prepare a suggestion of how to improve it or even implement such a change.
3.