From 6dcb2d4a3b8525459219fa91d63c7590a0ba7197 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Fri, 12 Jun 2020 15:33:26 +0100 Subject: [PATCH] Add xit, spec is still too flaky on semaphore It's not the most important spec, this scenario should never happen as the user will not be able to access the page. --- spec/features/admin/variant_overrides_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/admin/variant_overrides_spec.rb b/spec/features/admin/variant_overrides_spec.rb index 3db611bc42..fdf2572134 100644 --- a/spec/features/admin/variant_overrides_spec.rb +++ b/spec/features/admin/variant_overrides_spec.rb @@ -190,7 +190,7 @@ feature " end end - it "displays an error when unauthorised to access the page" do + xit "displays an error when unauthorised to access the page" do fill_in "variant-overrides-#{variant.id}-price", with: '777.77' fill_in "variant-overrides-#{variant.id}-count_on_hand", with: '123' expect(page).to have_content "Changes to one override remain unsaved."