Basic Automation First Homework

PHOTO EMBED

Sat Oct 29 2022 05:11:24 GMT+0000 (Coordinated Universal Time)

Saved by @testpro #java

Scenario: User Plays a Song
Given I open the url "#!/home"
And I click on the button "//span[@class='cover']"
And I pause for 2000ms
Then I expect that element "//button[@data-testid='toggle-visualizer-btn']" is displayed
 
Scenario: User Logs Out
When I click on the button "//i[@class='fa fa-sign-out']"
And I pause for 1000ms
Then I expect that element "//input[@type='password']" is displayed
content_copyCOPY