mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
Improve assignment instructions
This commit is contained in:
parent
54792e17e3
commit
ccef226160
1 changed files with 1 additions and 2 deletions
|
@ -8,13 +8,12 @@ You can run the Cucumber features from your IDE or via the command line:
|
|||
|
||||
## Finding owners
|
||||
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
|
||||
Open `src/test/resources/scenarios/AddOwners.feature` and follow instructions given in the comments.
|
||||
|
||||
|
||||
## Bonus tasks
|
||||
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.
|
||||
Prepare a suggestion of how to improve it or even implement such a change.
|
||||
3.
|
||||
|
|
Loading…
Reference in a new issue