mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
fix for capybara errors
This commit is contained in:
parent
e9fc932777
commit
81b26431af
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ require 'application_system_test_case'
|
||||||
class RegistrarAreaNameserverBulkChangeTest < ApplicationSystemTestCase
|
class RegistrarAreaNameserverBulkChangeTest < ApplicationSystemTestCase
|
||||||
setup do
|
setup do
|
||||||
sign_in users(:api_goodnames)
|
sign_in users(:api_goodnames)
|
||||||
|
Capybara.default_max_wait_time = 5
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_replaces_current_registrar_nameservers
|
def test_replaces_current_registrar_nameservers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue