-
Notifications
You must be signed in to change notification settings - Fork 783
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: test_providers_page_is_accessible: force click #1497
Conversation
…btree interception pointer events
@Kiryous is attempting to deploy a commit to the KeepHQ Team on Vercel. A member of the Team first needs to authorize it. |
No linked issues found. Please add the corresponding issues in the pull request description. |
@Kiryous can you please elaborate on where do you see it failing? |
hey @talboren! it fails for me locally on main branch. also failed here in my #1491 PR' commit https://github.com/keephq/keep/actions/runs/10176119629/job/28144812347 |
We don't do "force click" because using .click we're verifying if the div is on the screen. Not sure if it's the best way, open for suggestion :) |
Yeah, but it seems sucess-toasts could block div from clicking as screen in headless mode is small. Also, on hover you hide the provider info so div could be too small to click. Need to investigate more.On Aug 12, 2024 13:48, Matvey Kukuy ***@***.***> wrote:
We don't do "force click" because using .click we're verifying if the div is on the screen. Not sure if it's the best way, open for suggestion :)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
📑 Description
Test
test_providers_page_is_accessible
is failing. It seems happens due to toast and button are intercepting pointer events.Logs
However, screenshot
Similar issues in other projects:
✅ Checks
ℹ Additional Information
Logs after forcing click