This commit is contained in:
Lukáš Kaňka
2023-10-15 21:56:06 +02:00
parent e5d1ec4ebb
commit 2d5d21c8e2
4 changed files with 4747 additions and 6 deletions

View File

@ -10,12 +10,21 @@ ${url} https://www.ebay.com/
Verify basic search functionality foe eBay
[Documentation] This test case verifins the basic search
[Tags] Functional
Start test
Verify Search Results
Finnish TestCase
*** Keywords ***
Start test
open browser ${url} ${browser}
input text //*[@id="gh-ac"] mobile
click button xpath://*[@id="gh-btn"]
# ověříme že se na stránce zobrzí ve filtru mobily
page should contain výsledků mobile
close browser
maximize browser window
*** Keywords ***
Verify Search Results
input text //*[@id="gh-ac"] mobile
#click button xpath://*[@id="gh-btn"]
press keys xpath://*[@id="gh-btn"] RETURN
page should contain výsledků mobile
Finnish TestCase
close browser