Skip to content

Commit

Permalink
Fix behat tests (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Dec 13, 2023
1 parent 6b7cb64 commit cd36ea8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions features/importing_products.feature
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ Feature: Importing products
And I am logged in as an administrator
When I browse products
And I schedule an Akeneo PIM import for the "Model Braided Hat" product
Then I should be notified that "BRAIDED_HAT_S" has been successfully enqueued
And I should be notified that "BRAIDED_HAT_M" has been successfully enqueued
And I should be notified that "BRAIDED_HAT_L" has been successfully enqueued
Then I should be notified that "MODEL_BRAIDED_HAT" has been successfully enqueued
And the product "MODEL_BRAIDED_HAT" should exist
And the product variant "BRAIDED_HAT_S" of product "MODEL_BRAIDED_HAT" should exist
And the product variant "BRAIDED_HAT_M" of product "MODEL_BRAIDED_HAT" should exist
Expand Down

0 comments on commit cd36ea8

Please sign in to comment.