Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AO3-6601 Fix flaky orphan work tests #4656

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading