diaspora/features/desktop/closes_account.feature
Steffen van Bergerem 1fc31cc313 Fix close account for mobile view
and use Bootstrap modal for desktop close account
2015-05-04 03:31:28 +02:00

18 lines
599 B
Gherkin

@javascript
Feature: Close account
In order to close an existing account
As a user
I want to sign in, close my account and try to log in again
Scenario: user closes account
Given I am signed in
When I go to the users edit page
And I click on selector "#close_account"
And I put in my password in "close_account_password"
And I press "close_account_confirm"
And I confirm the alert
Then I should be on the new user session page
When I try to sign in manually
Then I should be on the new user session page
And I should see a flash message with a warning