Skip to content

Commit

Permalink
Add scenario (josdejong#54)
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksey Gerasimov <[email protected]>
  • Loading branch information
anzud and starostin13 authored May 12, 2020
1 parent 62c984d commit 2d2b649
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/features/home-page.feature
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ Feature: Home page
When I scroll to bottom of element "div.wait-box"
Then I wait on element "div.wait-box.wait-box--with-spinner" for 5000ms to not be displayed
Then I expect that element "div.job-item" does appear exactly "40" times


@Verbose
Scenario: Switch to All Documents
Given I wait on element "div.job-item" for 5000ms to be displayed
Then I click on the element "div.tab button:nth-child(2)"
And I wait on element "div.wait-box" for 5000ms to not be displayed
And I wait on element "div.job-item" for 5000ms to be displayed

0 comments on commit 2d2b649

Please sign in to comment.