Skip to content

Commit 8e7f279

Browse files
committed
Wait for the execution to finish when testing procedural macros
This is failing in CI and I cannot see why. What I *can* see is that the request isn't done yet, so let's add a more explicit wait. This *shouldn't* matter because I've also tried increasing the Capybara timeout and that didn't seem to work.
1 parent 1f4f3ab commit 8e7f279

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/spec/features/automatic_primary_action_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
click_on("Test")
5656

5757
within(:output, :stdout) do
58+
expect(page).to_not have_selector(:loader)
5859
expect(page).to have_content 'a struct with a similar name exists'
5960
end
6061
end

0 commit comments

Comments
 (0)