Skip to content

Commit

Permalink
Disable flaky registerSecondPassphrase e2e test
Browse files Browse the repository at this point in the history
because the feature will be disabled anyway in #206
  • Loading branch information
slaweet committed Jan 19, 2018
1 parent aebe48d commit 8f922e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/registerSecondPassphrase.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Feature: Register second passphrase
@pending
Scenario: should allow to set 2nd passphrase
Given I'm logged in as "second passphrase candidate"
When I click "more menu"
Expand All @@ -21,6 +22,7 @@ Feature: Register second passphrase
Then I should see alert dialog with title "Success" and text "Second passphrase registration was successfully submitted. It can take several seconds before it is processed."


@pending
Scenario: should not allow to set 2nd passphrase again
Given I'm logged in as "second passphrase account"
Then There is no "register second passphrase" in main menu
Expand Down Expand Up @@ -60,4 +62,4 @@ Feature: Register second passphrase
And I wait 0.4 seconds
And I click "register second passphrase"
And I click "cancel button"
Then I should see no "modal dialog"
Then I should see no "modal dialog"

0 comments on commit 8f922e0

Please sign in to comment.