From 3d60d84fc7cd8619fec5dd1f91a1688593194776 Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Sun, 28 Apr 2024 16:19:22 +0500 Subject: [PATCH] add wait for flaky specs --- spec/system/admin/products_v3/products_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/system/admin/products_v3/products_spec.rb b/spec/system/admin/products_v3/products_spec.rb index f4d77fa45f..2f4dde4718 100644 --- a/spec/system/admin/products_v3/products_spec.rb +++ b/spec/system/admin/products_v3/products_spec.rb @@ -752,11 +752,13 @@ describe 'As an enterprise user, I can manage my products', feature: :admin_styl end within row_containing_name(variant_a1.display_name) do + sleep(0.1) validate_tomselect_with_search!( page, "Category", category_to_select, categories_search_selector ) + sleep(0.1) validate_tomselect_with_search!( page, "Tax Category", tax_category_to_select,