Test ebay

This commit is contained in:
Lukáš Kaňka
2023-10-15 06:01:31 +02:00
parent fc7d35d64e
commit 982e8fab3d
10 changed files with 48 additions and 27 deletions

View File

@ -11,10 +11,11 @@ Verify basic search functionality foe eBay
[Documentation] This test case verifins the basic search
[Tags] Functional
open browser ${url} ${browser}
input text //*[@id="gh-ac"] mobile
press key //*[@id="gh-btn"] [Return]
# ověříme že se zobrzí ve filtru mobily
page should contain
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
*** Keywords ***