We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a902137 commit b7c6f35Copy full SHA for b7c6f35
tests/spec/features/tools_spec.rb
@@ -44,7 +44,8 @@ def code_with_lint_warnings
44
in_tools_menu { click_on("Miri") }
45
46
within(".output-stderr") do
47
- expect(page).to have_content %r{pointer must be in-bounds at offset 1, but is outside bounds of alloc\d+ which has size 0}
+ expect(page).to have_content %r{pointer must be in-bounds at offset 1, but is outside bounds of alloc\d+ which has size 0}, wait: 10
48
+
49
end
50
51
0 commit comments