Skip to content

Commit

Permalink
add yet another timeout for e2e login helper
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed May 4, 2021
1 parent f05c671 commit 3a254bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/e2e/e2e_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def browser_login(browser)
end

browser.goto ctr_base_url
browser.text_field(id: 'username').wait_until_present(timeout: 60)
browser.text_field(id: 'username').set "ood@localhost"
browser.text_field(id: 'password').set "password"
browser.button(id: 'submit-login').click
Expand Down

0 comments on commit 3a254bb

Please sign in to comment.