209 lines
8.5 KiB
Gherkin
209 lines
8.5 KiB
Gherkin
@users
|
|
Feature: Delete pseud.
|
|
In order to tidy some mess
|
|
As a humble user
|
|
I want to delete a pseud
|
|
|
|
Scenario: Delete pseud, have option to move works, delete works, or orphan works. Test if those choices work.
|
|
Given the user "testuser" exists and is activated
|
|
And "testuser" has the pseud "tester_pseud"
|
|
And "testuser" has the pseud "testy"
|
|
And "testuser" has the pseud "testymctesty"
|
|
And pseud "tester_pseud" has a bookmark of a work titled "one" by "testuser2"
|
|
And pseud "testy" has a bookmark of a work titled "two" by "testuser2"
|
|
And pseud "testymctesty" has a bookmark of a work titled "three" by "testuser2"
|
|
When I am logged in as "sad_user_with_no_pseuds"
|
|
And I am on sad_user_with_no_pseuds's pseuds page
|
|
Then I should not see "Delete"
|
|
|
|
When I am logged in as "testuser"
|
|
And I am on testuser's pseuds page
|
|
And I follow "delete_tester_pseud"
|
|
And I press "Cancel"
|
|
Then I should see "The pseud was not deleted."
|
|
When I am on testuser's pseuds page
|
|
And I follow "tester_pseud"
|
|
Then I should see "one by testuser2"
|
|
|
|
When I am on testuser's pseuds page
|
|
And I follow "delete_tester_pseud"
|
|
And I choose "Delete this bookmark"
|
|
And I press "Submit"
|
|
Then I should see "The pseud was successfully deleted."
|
|
When I am on testuser's pseuds page
|
|
Then I should not see "tester_pseud"
|
|
|
|
When I follow "delete_testy"
|
|
And I choose "Transfer this bookmark to the default pseud"
|
|
And I press "Submit"
|
|
Then I should see "The pseud was successfully deleted."
|
|
When I am on testuser's pseuds page
|
|
And I follow "testymctesty"
|
|
Then I should see "three by testuser2"
|
|
|
|
Scenario: Deleting a pseud shouldn't break gift exchange signups.
|
|
Given I am logged in as "moderator"
|
|
And I set up the collection "Exchange1"
|
|
And I select "Gift Exchange" from "Type of challenge"
|
|
And I press "Submit"
|
|
And I check "Sign-up open?"
|
|
And I press "Submit"
|
|
And I am logged in as "test"
|
|
And "test" creates the pseud "testpseud"
|
|
|
|
When I start signing up for "Exchange1"
|
|
And I select "testpseud" from "challenge_signup_pseud_id"
|
|
And I fill in "Description:" with "Antidisestablishmentarianism."
|
|
And I press "Submit"
|
|
Then I should see "Sign-up was successfully created."
|
|
|
|
When I view the collection "Exchange1"
|
|
And I follow "My Sign-up"
|
|
Then I should see "Antidisestablishmentarianism."
|
|
|
|
When I am on test's pseuds page
|
|
And I follow "Delete"
|
|
Then I should see "The pseud was successfully deleted."
|
|
|
|
When I view the collection "Exchange1"
|
|
And I follow "My Sign-up"
|
|
Then I should see "Antidisestablishmentarianism."
|
|
|
|
Scenario: Deleting a pseud shouldn't break prompt meme signups.
|
|
Given I am logged in as "moderator"
|
|
And I set up the collection "PromptsGalore"
|
|
And I select "Prompt Meme" from "challenge_type"
|
|
And I press "Submit"
|
|
And I press "Submit"
|
|
And I am logged in as "test"
|
|
And "test" creates the pseud "testpseud"
|
|
|
|
When I start signing up for "PromptsGalore"
|
|
And I select "testpseud" from "challenge_signup_pseud_id"
|
|
And I fill in "Description:" with "Antidisestablishmentarianism."
|
|
And I press "Submit"
|
|
Then I should see "Sign-up was successfully created."
|
|
|
|
When I view the collection "PromptsGalore"
|
|
And I follow "My Prompts"
|
|
Then I should see "Antidisestablishmentarianism."
|
|
|
|
When I am on test's pseuds page
|
|
And I follow "Delete"
|
|
Then I should see "The pseud was successfully deleted."
|
|
|
|
When I view the collection "PromptsGalore"
|
|
And I follow "My Prompts"
|
|
Then I should see "Antidisestablishmentarianism."
|
|
|
|
Scenario: Deleting a pseud should preserve approved creatorships even if the default pseud has a request for the same work.
|
|
Given I am logged in as "original_pseud"
|
|
And "original_pseud" creates the pseud "other_pseud"
|
|
And I am logged in as "coauthor"
|
|
And the user "original_pseud" allows co-creators
|
|
|
|
When I set up the draft "Original Invited"
|
|
And I try to invite the co-authors "original_pseud, other_pseud"
|
|
And I press "Post"
|
|
Then I should see "Work was successfully posted."
|
|
|
|
When I am logged in as "original_pseud"
|
|
And I go to original_pseud's co-creator requests page
|
|
Then I should see "Co-Creator Requests (2)"
|
|
|
|
When I check the 1st checkbox with id matching "selected"
|
|
And I press "Accept"
|
|
Then I should see "You are now listed as a co-creator on Original Invited."
|
|
And I should see "original_pseud" within ".creatorships"
|
|
And I should see "Original Invited" within ".creatorships"
|
|
And I should see "Co-Creator Requests (1)"
|
|
|
|
When I view the work "Original Invited"
|
|
Then I should see "Edit"
|
|
And I should see "You've been invited to become a co-creator of this work."
|
|
|
|
When I go to original_pseud's pseuds page
|
|
And I follow "Delete"
|
|
Then I should see "The pseud was successfully deleted."
|
|
|
|
When I view the work "Original Invited"
|
|
Then I should see "Edit"
|
|
But I should not see "You've been invited to become a co-creator of this work."
|
|
|
|
Scenario: Deleting a pseud should preserve co-creator requests.
|
|
Given I am logged in as "original_pseud"
|
|
And "original_pseud" creates the pseud "other_pseud"
|
|
And I am logged in as "coauthor"
|
|
And the user "original_pseud" allows co-creators
|
|
|
|
When I set up the draft "Other Invited"
|
|
And I try to invite the co-author "other_pseud"
|
|
And I press "Post"
|
|
Then I should see "Work was successfully posted."
|
|
|
|
When I am logged in as "original_pseud"
|
|
And I go to original_pseud's co-creator requests page
|
|
Then I should see "other_pseud" within ".creatorships"
|
|
And I should see "Other Invited" within ".creatorships"
|
|
And I should see "Co-Creator Requests (1)"
|
|
|
|
When I go to original_pseud's pseuds page
|
|
And I follow "Delete"
|
|
Then I should see "The pseud was successfully deleted."
|
|
|
|
# We should still have a request for Other Invited:
|
|
When I go to original_pseud's co-creator requests page
|
|
Then I should see "Other Invited" within ".creatorships"
|
|
And I should see "original_pseud" within ".creatorships"
|
|
And I should see "Co-Creator Requests (1)"
|
|
And I should not see "other_pseud" within ".creatorships"
|
|
|
|
Scenario: Collections reflect pseud deletion of the owner after the cache expires
|
|
|
|
When I am logged in as "original_pseud"
|
|
And "original_pseud" creates the pseud "other_pseud"
|
|
And I set up the collection "My Collection Thing"
|
|
And I select "other_pseud" from "Owner pseud(s)"
|
|
And I unselect "original_pseud" from "Owner pseud(s)"
|
|
And I press "Submit"
|
|
And I go to the collections page
|
|
Then I should see "My Collection Thing"
|
|
And I should see "other_pseud (original_pseud)" within "#main"
|
|
|
|
When "original_pseud" deletes the pseud "other_pseud"
|
|
And I go to the collections page
|
|
Then I should see "My Collection Thing"
|
|
And I should see "other_pseud (original_pseud)" within "#main"
|
|
When the collection blurb cache has expired
|
|
And I go to the collections page
|
|
Then I should see "My Collection Thing"
|
|
And I should see "original_pseud" within "#main"
|
|
And I should not see "other_pseud" within "#main"
|
|
|
|
|
|
Scenario: Collections reflect pseud deletion of moderators after the cache expires
|
|
|
|
Given "myself" has the pseud "other_pseud"
|
|
When I have the collection "My Collection Thing"
|
|
And I am logged in as the owner of "My Collection Thing"
|
|
And I am on the "My Collection Thing" participants page
|
|
And I fill in "participants_to_invite" with "other_pseud (myself)"
|
|
And I press "Submit"
|
|
Then I should see "New members invited: other_pseud (myself)"
|
|
When I select "Moderator" from "myself_role"
|
|
And I submit with the 4th button
|
|
Then I should see "Updated other_pseud."
|
|
When I go to the collections page
|
|
Then I should see "My Collection Thing"
|
|
And I should see "other_pseud (myself)" within "#main"
|
|
|
|
When I am logged in as "myself"
|
|
And "myself" deletes the pseud "other_pseud"
|
|
And I go to the collections page
|
|
Then I should see "My Collection Thing"
|
|
And I should see "other_pseud (myself)" within "#main"
|
|
When the collection blurb cache has expired
|
|
And I go to the collections page
|
|
Then I should see "My Collection Thing"
|
|
And I should not see "other_pseud (myself)" within "#main"
|
|
And I should see "myself" within "#main"
|