From 62eaf4a1a924f8ebbc2ab1c78159891eb77a9992 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Wed, 19 Jul 2023 11:20:59 +0200 Subject: [PATCH] This spec is not flaky anymore --- spec/system/admin/products_v3/products_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/system/admin/products_v3/products_spec.rb b/spec/system/admin/products_v3/products_spec.rb index 976f4bf24c..e9c103fe69 100644 --- a/spec/system/admin/products_v3/products_spec.rb +++ b/spec/system/admin/products_v3/products_spec.rb @@ -71,7 +71,6 @@ describe 'As an admin, I can see the new product page' do end it "reset the page when searching" do - pending "this test is not working" within ".pagination" do click_link "2" end