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

Already on GitHub? Sign in to your account

AO3-5082 Intermittent test failure when removing self as co-author of series or work #2973

Merged
merged 3 commits into from Oct 6, 2017
@@ -186,10 +186,12 @@ Feature: Create and Edit Series
And I add the co-author "moon"
And I post the work without preview
When I view the series "Ponies"
+ And I wait 1 second
And I follow "Remove Me As Author"
Then I should see "You have been removed as an author from the series and its works."
- And I should see "by moon"
- And I should not see "by moon, sun"
+ When "AO3-5083" is fixed
+ # And "moon" should be the creator of the series "Ponies"
+ # And "sun" should not be a creator on the series "Ponies"
When I go to my works page
Then I should not see "Sweetie Bell"
@@ -138,11 +138,11 @@ Feature: Edit Works
When I view the work "Shared"
Then I should see "coolperson, ex_friend" within ".byline"
When I edit the work "Shared"
+ And I wait 1 second
And I follow "Remove Me As Author"
Then I should see "You have been removed as an author from the work"
- When I view the work "Shared"
- Then I should see "ex_friend" within ".byline"
- And I should not see "coolperson" within ".byline"
+ And "ex_friend" should be the creator on the work "Shared"
+ And "coolperson" should not be a creator on the work "Shared"
Scenario: A work cannot be edited to remove its fandom
Given basic tags