From ccef226160fd6fad8da607b9f3bcd974c02bdcea Mon Sep 17 00:00:00 2001 From: Adam Klinkosz Date: Thu, 15 Apr 2021 18:39:34 +0200 Subject: [PATCH] Improve assignment instructions --- ASSIGNMENT.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ASSIGNMENT.md b/ASSIGNMENT.md index 248612ec2..a13c21e89 100644 --- a/ASSIGNMENT.md +++ b/ASSIGNMENT.md @@ -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.