diff --git a/src/features/home-page.feature b/src/features/home-page.feature index fd767076..98aaf5b5 100644 --- a/src/features/home-page.feature +++ b/src/features/home-page.feature @@ -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 - \ No newline at end of file + + @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 \ No newline at end of file