Skip to content

Commit

Permalink
Merge pull request #5792 from mamhoff/mark-flaky-spec-as-flaky
Browse files Browse the repository at this point in the history
Mark flaky spec as flaky instead of sleep
  • Loading branch information
tvdeyen committed Jun 14, 2024
2 parents 728d15d + 52c8b7c commit e6063b2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@

before { sign_in create(:admin_user, email: "[email protected]") }

it "lists products", :js do
it "lists products", :js, :flaky do
visit "/admin/orders"

sleep 1

click_button "Filter"

within("div[role=search]") do
Expand Down

0 comments on commit e6063b2

Please sign in to comment.