Skip to content

Commit f656a04

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 f656a04

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/spec/features/automatic_primary_action_spec.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
EOF
5555
click_on("Test")
5656

57+
within(:output) do
58+
expect(page).to_not have_selector(:loader)
59+
end
5760
within(:output, :stdout) do
5861
expect(page).to have_content 'a struct with a similar name exists'
5962
end

0 commit comments

Comments
 (0)