mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
[Behat] Remove unnecessary javascript tags
This commit is contained in:
parent
bd77f55756
commit
33bf3648a5
2 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ Feature: Seeing validation messages during address addition
|
|||
Then I should still be on the address addition page
|
||||
And I should be notified about 6 errors
|
||||
|
||||
@ui @javascript @api
|
||||
@ui @api
|
||||
Scenario: The province needs to be selected when the chosen country has at least one stated
|
||||
When I want to add a new address to my address book
|
||||
And I specify the address as "Lucifer Morningstar", "Seaside Fwy", "90802", "Los Angeles", "United States", "Arkansas"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ Feature: Province field entry stays after validation errors
|
|||
And I have an address "Lucifer Morningstar", "Seaside Fwy", "90802", "Los Angeles", "United States", "Arkansas" in my address book
|
||||
And I have an address "Fletcher Ren", "Upper Barkly Street", "3377", "Ararat", "Australia", "Victoria" in my address book
|
||||
|
||||
@ui @javascript @api
|
||||
@ui @api
|
||||
Scenario: The province name stays after validation error
|
||||
Given I am editing the address of "Lucifer Morningstar"
|
||||
When I remove the street
|
||||
|
|
@ -21,7 +21,7 @@ Feature: Province field entry stays after validation errors
|
|||
Then I should still be on the "Lucifer Morningstar" address edit page
|
||||
And I should still have "Arkansas" as my specified province
|
||||
|
||||
@ui @javascript @api
|
||||
@ui @api
|
||||
Scenario: The selected province stays after validation error
|
||||
Given I am editing the address of "Fletcher Ren"
|
||||
When I remove the street
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue