Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Behat] Fix for Save and close buttons #5

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/browser/CatalogFilters.feature
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Feature: Remote PIM
And I should not see products on catalog form
| Name | Code |
| Demo Product 4 | 0004 |
And I click on the edit action bar button "Create"
And I click on the edit action bar button "Save and close"
And success notification that "Catalog 'Catalog with filter' created." appears
And I should see a Catalog with values
| Name | Identifier |
Expand Down
4 changes: 2 additions & 2 deletions features/browser/Products.feature
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Feature: Remote PIM
Given I open "Demo Product 1" Product page in admin SiteAccess
When I change tab to "Prices"
And I set a Base price to "10.00" in "EUR"
And I click on the edit action bar button "Create"
And I click on the edit action bar button "Save and close"
Then I should see a Base price with "10.00 €" value

Scenario: Availability can be added to Product
Expand All @@ -28,6 +28,6 @@ Feature: Remote PIM
And I start adding availability to product
And I set an Availability to "true"
And I set a Stock to "5"
And I click on the edit action bar button "Create"
And I click on the edit action bar button "Save and close"
Then I should see an Availability with "true" value
And I should see a Stock with "5" value
Loading