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

Convert basic option social media #3804

Open
wants to merge 4 commits into
base: master-mysterious-egg
Choose a base branch
from

Conversation

FrancoisGe
Copy link

No description provided.

@robodoo
Copy link

robodoo commented Dec 20, 2024

This PR targets the un-managed branch odoo-dev/odoo:master-mysterious-egg, it needs to be retargeted before it can be merged.

@FrancoisGe FrancoisGe force-pushed the master-mysterious-egg-fge-2 branch from 01c3aa9 to 7e563b8 Compare December 20, 2024 13:42
</BuilderRow>

<BuilderRow label.translate="Color">
<BuilderCheckbox classAction="'no_icon_color'"/>

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'"/> -->

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");

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants