Skip to content

Commit

Permalink
AO3-6701 Fix flaky admin works and series tests (#4770)
Browse files Browse the repository at this point in the history
* AO3-6701 Fix flaky series test

* AO3-6701 Fix flaky admin works test
  • Loading branch information
Bilka2 authored Mar 28, 2024
1 parent 7c368ff commit acebcad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions features/admins/admin_works.feature
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ Feature: Admin Actions for Works, Comments, Series, Bookmarks
When I am logged in as a "policy_and_abuse" admin
And I view the work "The One Where Neal is Awesome"
And I follow "Comments (1)"
And it is currently 1 second from now
And I follow "Not Spam"
Then I should see "Hide Comments (2)"
And I should not see "Not Spam"
Expand Down
2 changes: 2 additions & 0 deletions features/other_b/series.feature
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ Feature: Create and Edit Series
Scenario: Works in a series have series navigation
Given I am logged in as "author"
And I post the work "Sweetie Belle" as part of a series "Ponies"
And it is currently 1 second from now
And I post the work "Starsong" as part of a series "Ponies"
And it is currently 1 second from now
And I post the work "Rainbow Dash" as part of a series "Ponies"
When I view the series "Ponies"
And I follow "Rainbow Dash"
Expand Down

0 comments on commit acebcad

Please sign in to comment.