Skip to content

Commit 3670ead

Browse files
Jonathan Tapiatvdeyen
authored andcommitted
Mark admin feature test as flaky
1 parent f1267d2 commit 3670ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/spec/features/return_reasons_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
expect(page).to be_axe_clean
8080
end
8181

82-
it "closing the modal keeps query params" do
82+
it "closing the modal keeps query params", :flaky do
8383
within("dialog") { click_on "Cancel" }
8484
expect(page).not_to have_selector("dialog")
8585
expect(page.current_url).to include(query)

0 commit comments

Comments
 (0)