We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad09e9d commit 2c60067Copy full SHA for 2c60067
1 file changed
test/system/page_weight_test.rb
@@ -27,7 +27,7 @@ class PageWeightTest < ApplicationSystemTestCase
27
visit "/"
28
29
# Wait for the React app to finish bootstrapping before sampling resources.
30
- assert page.has_css?("nav.navbar"), wait: 15
+ assert page.has_css?("nav.navbar"), wait: 30
31
32
resources = JSON.parse(page.evaluate_script(<<~JS))
33
JSON.stringify(
0 commit comments