Test ebay
This commit is contained in:
@ -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 ***
|
Reference in New Issue
Block a user