diff --git a/test/e2e/registerSecondPassphrase.feature b/test/e2e/registerSecondPassphrase.feature index cc2783f6b7..b4981cc5d7 100644 --- a/test/e2e/registerSecondPassphrase.feature +++ b/test/e2e/registerSecondPassphrase.feature @@ -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" @@ -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 @@ -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" \ No newline at end of file + Then I should see no "modal dialog"