-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Transform Product Create/Update form into Live Component #15845
Transform Product Create/Update form into Live Component #15845
Conversation
Bunnyshell Preview Environment deletedAvailable commands:
|
5c5678f
to
77a1d53
Compare
/bns:deploy |
2 similar comments
/bns:deploy |
/bns:deploy |
b37ef47
to
0b669a7
Compare
6effe0f
to
4b89d96
Compare
behat.yml.dist
Outdated
@@ -26,7 +26,7 @@ default: | |||
files_path: "%paths.base%/src/Sylius/Behat/Resources/fixtures/" | |||
base_url: "https://127.0.0.1:8080/" | |||
default_session: symfony | |||
javascript_session: panther | |||
javascript_session: chromedriver |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something bad happened, and for unknown reason GitHub Actions can't run Chrome on the CI. Let's go with switching to the chromedriver
for now, and trying to fix it later.
@@ -190,7 +191,8 @@ | |||
"conflict": { | |||
"doctrine/orm": ">= 2.16.0", | |||
"lexik/jwt-authentication-bundle": "^2.18", | |||
"stof/doctrine-extensions-bundle": "1.8.0" | |||
"stof/doctrine-extensions-bundle": "1.8.0", | |||
"symfony/ux-live-component": "2.15.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I changed the way how the product attributes autocomplete works (it no longer keeps the added attributes) these scenarios became obsolete.
4b89d96
to
4591238
Compare
Scenario: Adding a float attribute to a product | ||
When I want to create a new configurable product | ||
And I specify its code as "display_size" | ||
And I name it "Smartphone" in "English (United States)" | ||
And I add the "Display Size" attribute to it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to split adding the attribute and setting its value
e8b65b9
to
348eef1
Compare
348eef1
to
983c477
Compare
No description provided.