-
Notifications
You must be signed in to change notification settings - Fork 77
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
fix(handle): update for e2e theme test #9161
Conversation
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.
Good to merge once feedback is addressed.
shadowSelector: `.${CSS.handle}`, | ||
state: "focus", | ||
}, | ||
"--calcite-handle-background-color-selected": { |
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.
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 |
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.
Can you revert this before installing? It's only showing warnings and I've got a PR to disable this rule.
…onents into astump/7180-fix-handle
Related Issue: #7180
Summary
update handle component