Skip to content

Commit

Permalink
Post rebase, fix product cloning spec
Browse files Browse the repository at this point in the history
  • Loading branch information
rioug committed Sep 30, 2024
1 parent ee4f775 commit 00b7f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/admin/products_v3/actions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def save_preferences
# The page has not been reloaded so the product's name is still "Apples"
click_product_clone "Apples"

expect(page).to have_content "Unable to clone the product"
expect(page).to have_content "Product Name is too long (maximum is 255 characters)"

within "table.products" do
# Products does not include the cloned product.
Expand Down

0 comments on commit 00b7f24

Please sign in to comment.