Skip to content

Commit

Permalink
AO3-6601 Fix flaky orphan work tests (#4656)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilka2 authored Nov 13, 2023
1 parent de957be commit 1477313
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions features/other_a/orphan_work.feature
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Feature: Orphan work
When I follow "Edit"
Then I should see "Edit Work"
And I should see "Orphan Work"
# Delay before orphaning to make sure the cache is expired
And it is currently 1 second from now
When I follow "Orphan Work"
Then I should see "Read More About The Orphaning Process"
When I choose "Take my pseud off as well"
Expand All @@ -46,6 +48,8 @@ Feature: Orphan work
When I follow "Edit"
Then I should see "Edit Work"
And I should see "Orphan Work"
# Delay before orphaning to make sure the cache is expired
And it is currently 1 second from now
When I follow "Orphan Work"
Then I should see "Read More About The Orphaning Process"
When I choose "Leave a copy of my pseud on"
Expand Down Expand Up @@ -131,6 +135,8 @@ Feature: Orphan work
And I should see "Glorious"
And I should see "Excellent"
And I should not see "Lovely"
# Delay before orphaning to make sure the cache is expired
And it is currently 1 second from now
When I follow "Orphan Works Instead"
Then I should see "Orphaning a work removes it from your account and re-attaches it to the specially created orphan_account."
When I press "Yes, I'm sure"
Expand Down

0 comments on commit 1477313

Please sign in to comment.