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

[Minor][Behat] Attributes deletion scenario improvements #14225

Merged
merged 1 commit into from
Aug 11, 2022
Merged
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
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
@managing_product_attributes
Feature:Removing a attribute
In order to keep my collection of product attributes not cluttered
As an administrator
I want to be able to remove a attribute that is not assigned to any of the products
I want to be able to remove an attribute that is not assigned to any of the products

Background:
Given I am logged in as an administrator
And the store has a product "44 Magnum"

@ui
Scenario: Try deleting a attribute from the registry when product use him
And this product has a text attribute "Gun caliber" with value "11 mm"
Given this product has a text attribute "Gun caliber" with value "11 mm"
When I delete this product attribute
Then I should be notified that it has been failed deleted "product attribute"

Expand Down