diff options
author | azul <azul@riseup.net> | 2017-03-27 16:38:20 +0000 |
---|---|---|
committer | azul <azul@riseup.net> | 2017-03-27 16:38:20 +0000 |
commit | d53ff24edb72f35b710cb300738c330316475de5 (patch) | |
tree | 7623101cb8f65cd9477d7bc61dabcd18fa02ef1e /test/support | |
parent | 9beeee8aa2d1656e7c80e54137156e7922737aa5 (diff) | |
parent | b1b523f08a9ce7ea5fe0d50dc8b86995e00b48d6 (diff) |
Merge branch 'fix/bootstrap-3' into 'master'
Fix/bootstrap 3
See merge request !31
Diffstat (limited to 'test/support')
-rw-r--r-- | test/support/browser_integration_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/browser_integration_test.rb b/test/support/browser_integration_test.rb index c0fef0a..d00e606 100644 --- a/test/support/browser_integration_test.rb +++ b/test/support/browser_integration_test.rb @@ -36,7 +36,7 @@ class BrowserIntegrationTest < RackStackTest password ||= SecureRandom.base64 visit '/signup' fill_in 'Username', with: username - fill_in 'Password', with: password + fill_in 'Password', with: password, match: :prefer_exact if APP_CONFIG[:invite_required] fill_in 'Invite code', with: @testcode.invite_code end |