Suite: default
Feature: Delete default testing users.
Feature: Cleanup after [entityqueue] module tests.
Feature: Delete default testing users.
- Given I am a logged in user with the "webmaster" user
- When I go to "/admin/people"
- And I wait
- And I fill in "test_authenticated" for "Name or email contains"
- And I press "Filter"
- And I wait
- Then I should see "test_authenticated"
- When I click "Edit" in the "test_authenticated" row
- Then I should see "test_authenticated"
- When I press "Cancel account"
- And I wait
- Then I should see "Are you sure you want to cancel the account test_authenticated?"
- When I select the radio button "Delete the account and its content."
- And I press "Cancel account"
- And I wait for 10s
- Then I should see "test_authenticated has been deleted."
- Given I am a logged in user with the "webmaster" user
- When I go to "/admin/people"
- And I wait
- And I fill in "test_editor" for "Name or email contains"
- And I press "Filter"
- And I wait
- Then I should see "test_editor"
- When I click "Edit" in the "test_editor" row
- And I wait
- Then I should see "test_editor"
- When I press "Cancel account"
- And I wait
- Then I should see "Are you sure you want to cancel the account test_editor?"
- When I select the radio button "Delete the account and its content."
- And I press "Cancel account"
- And I wait for 10s
- Then I should see "test_editor has been deleted."
- Given I am a logged in user with the "webmaster" user
- When I go to "/admin/people"
- And I fill in "test_content_admin" for "Name or email contains"
- And I press "Filter"
- And I wait
- Then I should see "test_content_admin"
- When I click "Edit" in the "test_content_admin" row
- And I wait
- Then I should see "test_content_admin"
- When I press "Cancel account"
- And I wait
- Then I should see "Are you sure you want to cancel the account test_content_admin?"
- When I select the radio button "Delete the account and its content."
- And I press "Cancel account"
- And I wait for 10s
- Then I should see "test_content_admin has been deleted."
- Given I am a logged in user with the "webmaster" user
- When I go to "/admin/people"
- And I wait
- And I fill in "test_seo_admin" for "Name or email contains"
- And I press "Filter"
- And I wait
-
Then I should see "test_seo_admin"
(The text "test_seo_admin" was not found anywhere in the text of the current page.)
- When I click "Edit" in the "test_seo_admin" row
- And I wait
- Then I should see "test_seo_admin"
- When I press "Cancel account"
- And I wait
- Then I should see "Are you sure you want to cancel the account test_seo_admin?"
- When I select the radio button "Delete the account and its content."
- And I press "Cancel account"
- And I wait for 10s
- Then I should see "test_seo_admin has been deleted."
- Given I am a logged in user with the "webmaster" user
- When I go to "/admin/people"
- And I wait
- And I fill in "test_site_admin" for "Name or email contains"
- And I press "Filter"
- And I wait
- Then I should see "test_site_admin"
- When I click "Edit" in the "test_site_admin" row
- And I wait
- Then I should see "test_site_admin"
- When I press "Cancel account"
- And I wait
- Then I should see "Are you sure you want to cancel the account test_site_admin?"
- When I select the radio button "Delete the account and its content."
- And I press "Cancel account"
- And I wait for 10s
- Then I should see "test_site_admin has been deleted."
- Given I am a logged in user with the "webmaster" user
- When I go to "/admin/people"
- And I wait
- And I fill in "test_super_admin" for "Name or email contains"
- And I press "Filter"
- And I wait
- Then I should see "test_super_admin"
- When I click "Edit" in the "test_super_admin" row
- And I wait
- Then I should see "test_super_admin"
- When I press "Cancel account"
- And I wait
- Then I should see "Are you sure you want to cancel the account test_super_admin?"
- When I select the radio button "Delete the account and its content."
- And I press "Cancel account"
- And I wait for 10s
- Then I should see "test_super_admin has been deleted."
Feature: Cleanup after [entityqueue] module tests.
- Given I am a logged in user with the "webmaster" user
- When I go to "/admin/structure/entityqueue/test_queue/delete"
- And I wait
- Then I should see "Are you sure you want to delete the entity queue Test Queue?"
- When I press "Delete"
- And I wait
- Then I should see "The entity queue Test Queue has been deleted."
- Given I am a logged in user with the "webmaster" user
- When I go to "/admin/structure/types/manage/test_content/delete"
- And I wait
- Then I should see "Are you sure you want to delete the content type Test Content?"
- When I press "Delete"
- And I wait
- Then I should see "The content type Test Content has been deleted."