From add090c15dea1cc1e7bee4a7595f6ef1aba1a320 Mon Sep 17 00:00:00 2001 From: Adam Klinkosz Date: Thu, 15 Apr 2021 18:43:26 +0200 Subject: [PATCH] Improve assignment instructions --- ASSIGNMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASSIGNMENT.md b/ASSIGNMENT.md index df0429d98..c2fb56a6d 100644 --- a/ASSIGNMENT.md +++ b/ASSIGNMENT.md @@ -14,7 +14,7 @@ Open the `src/test/resources/scenarios/FindOwners.feature` and follow instructio Open `src/test/resources/scenarios/AddOwners.feature` and follow instructions given in the comments. ## Bonus tasks -1. The browser doesn't close after all tests. Fix it. +1. The browser doesn't close after all tests. Please 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. Suggest a replacement for Selenium.