From 9da6f862cd1b1ac19ef273a9e209f1d35670adeb Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Wed, 12 Oct 2022 16:06:47 +1100 Subject: [PATCH] Stabilise pending spec --- spec/system/consumer/shops_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/system/consumer/shops_spec.rb b/spec/system/consumer/shops_spec.rb index 64995b52f7..6ab6b03106 100644 --- a/spec/system/consumer/shops_spec.rb +++ b/spec/system/consumer/shops_spec.rb @@ -42,6 +42,7 @@ describe 'Shops', js: true do it "by URL" do pending("#9649") visit shops_path(anchor: "/?query=xyzzy") + sleep 1 expect(page).not_to have_content distributor.name expect(page).to have_content "Sorry, no results found for xyzzy. Try another search?" end