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

fix(handle): update for e2e theme test #9161

Merged
merged 6 commits into from
Apr 29, 2024

Conversation

alisonailea
Copy link
Contributor

Related Issue: #7180

Summary

update handle component

Copy link
Member

@jcfranco jcfranco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to merge once feedback is addressed.

shadowSelector: `.${CSS.handle}`,
state: "focus",
},
"--calcite-handle-background-color-selected": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For clarity, I think this should go under a separate selected describe block. Handle doesn't have press-specific styling and this is implicitly interacting with the component to trigger selection.

@@ -2103,7 +2103,9 @@ async function assertThemedProps(page: E2EPage, options: TestTarget): Promise<vo
await page.mouse.reset();
await page.waitForChanges();

// eslint-disable-next-line @stencil-community/strict-boolean-conditions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you revert this before installing? It's only showing warnings and I've got a PR to disable this rule.

@alisonailea alisonailea merged commit 211fc2a into epic/7180-component-tokens Apr 29, 2024
4 checks passed
@alisonailea alisonailea deleted the astump/7180-fix-handle branch April 29, 2024 18:58
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.

2 participants