Skip to content

Commit

Permalink
e2e fix2
Browse files Browse the repository at this point in the history
Signed-off-by: andrey <motor4ik@gmail.com>
  • Loading branch information
churik authored and flexsurfer committed Jul 2, 2020
1 parent b008d21 commit 6afc313
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class TestRecoverAccessFromSignInScreen(SingleDeviceTestCase):
@marks.high
def test_pass_phrase_validation(self):
signin_view = SignInView(self.driver)
signin_view.get_started_button.click_until_presence_of_element(signin_view.access_key_button)
signin_view.access_key_button.click()
recover_access_view = RecoverAccessView(self.driver)
validations = [
Expand Down

0 comments on commit 6afc313

Please sign in to comment.