-
Notifications
You must be signed in to change notification settings - Fork 114
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
Convert basic option social media #3804
base: master-mysterious-egg
Are you sure you want to change the base?
Conversation
This PR targets the un-managed branch odoo-dev/odoo:master-mysterious-egg, it needs to be retargeted before it can be merged. |
01c3aa9
to
7e563b8
Compare
</BuilderRow> | ||
|
||
<BuilderRow label.translate="Color"> | ||
<BuilderCheckbox classAction="'no_icon_color'"/> |
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 think the checkbox should be active at the opposite condition
via selectClass (also fixes the fact that nothing is selected | ||
if fa-1x is actually used on the icon in this case) --> | ||
<!-- <BuilderButton classAction="'fa-1x'" dependencies="'fake'"/> | ||
<BuilderButton classAction="'fa-lg'" dependencies="'fake'"/> --> |
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.
but you still need to remove those classes at the 'clean' or I missed something?
await setupWebsiteBuilder(`<div class="test-options-target">b</div>`); | ||
await contains(":iframe .test-options-target").click(); | ||
expect(".options-container").toBeDisplayed(); | ||
await click(".we-bg-options-container .dropdown"); |
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.
nitpick: await contains().click
to avoid click+animationFrame
No description provided.