Skip to content

Commit 5905fa9

Browse files
justin808claude
andcommitted
Remove unnecessary test change
The wait parameter is not needed for the Turbo frame test. The test passes without it. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 3f9f720 commit 5905fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/stimulus/turbo_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
it "shows inline form when Inline Form link is clicked" do
2121
click_link("Inline Form")
22-
expect(page).to have_css(".form-inline", wait: 5)
22+
expect(page).to have_css(".form-inline")
2323
end
2424

2525
it "shows stacked form when Stacked Form link is clicked" do

0 commit comments

Comments
 (0)