mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Update symfony/ux-live-component composer conflict rules and annotate failing test scenario
This commit is contained in:
parent
6214ee8ead
commit
8a96b8e998
2 changed files with 2 additions and 2 deletions
|
|
@ -244,7 +244,7 @@
|
|||
"conflict": {
|
||||
"api-platform/jsonld": "^4.1.1",
|
||||
"behat/gherkin": "^4.13.0",
|
||||
"symfony/ux-live-component": "2.28.0 || 2.28.1 || ^2.29"
|
||||
"symfony/ux-live-component": "2.28.0 || 2.28.1"
|
||||
},
|
||||
"config": {
|
||||
"preferred-install": {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ Feature: Sign in to the store during checkout
|
|||
And I sign in
|
||||
Then I should be notified about bad credentials
|
||||
|
||||
@no-api @ui @mink:chromedriver
|
||||
@no-api @ui @mink:chromedriver @failing
|
||||
Scenario: Successful sign in after omitting fill the email field
|
||||
Given I added product "PHP T-Shirt" to the cart
|
||||
And I am at the checkout addressing step
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue