Basic Automation First Live Class

PHOTO EMBED

Wed Oct 26 2022 03:29:14 GMT+0000 (Coordinated Universal Time)

Saved by @testpro #java

Feature: Smoke

Scenario: User Login
Given I open the url "/"
When I set "myersjason@me.com" to the inputfield "// input [@type='email']"
And I set "te$t$tudent" to the inputfield "// input [@placeholder='Password']"
And I click on the button "button"
And I pause for 1000ms
Then I expect the url to contain "#!/home"

Scenario: Search
When I add "All" to the inputfield "//input[@type='search']"
And I pause for 1000ms
Then I expect that container "//span[@class='details']" contains the text "Mid-Air Machine - If It_s All I Do"
content_copyCOPY