diff --git a/features/filtering_orders_by_products.feature b/features/filtering_orders_by_products.feature index 42f3e10..dafb77f 100644 --- a/features/filtering_orders_by_products.feature +++ b/features/filtering_orders_by_products.feature @@ -25,7 +25,7 @@ Feature: Filtering orders by products And I should see an order with "#0000001" number And I should see an order with "#0000003" number - @ui @javascript + @ui @mink:chromedriver Scenario: Filtering orders by multiple products When I browse orders And I filter by products "Galaxy T-Shirt" and "Space Dress" diff --git a/features/filtering_orders_by_variants.feature b/features/filtering_orders_by_variants.feature index 93baf19..1307aff 100644 --- a/features/filtering_orders_by_variants.feature +++ b/features/filtering_orders_by_variants.feature @@ -42,7 +42,7 @@ Feature: Filtering orders by variants And I should see an order with "#0000001" number And I should see an order with "#0000002" number - @ui @javascript + @ui @mink:chromedriver Scenario: Filtering orders by multiple variants of different products When I browse orders And I filter by variants "Neutron Sleeveless" and "Sundress"