Test stabilization: Timout for maintainance message to dissappear is too low and causes test to be flanky.
This commit is contained in:
parent
8f713a96a2
commit
6dbb6d316a
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class MaintenanceLoginMessageTest < TestCase
|
||||||
watch_for_disappear(
|
watch_for_disappear(
|
||||||
browser: browser2,
|
browser: browser2,
|
||||||
css: '.js-maintenanceLogin',
|
css: '.js-maintenanceLogin',
|
||||||
|
timeout: 30,
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue