-
Notifications
You must be signed in to change notification settings - Fork 473
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
chore: fix flaky #6685
chore: fix flaky #6685
Conversation
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
BundleMonUnchanged files (5)
No change in files bundle size Unchanged groups (1)
Final result: ✅ View report in BundleMon website ➡️ |
Visit the preview URL for this PR (updated for commit b021197): https://taiga-ui--pr6685-splincode-fix-test-e-4ozptdtl.web.app (expires Tue, 06 Feb 2024 10:02:06 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 4b5ece1e114386f6a105425ef799091475b249eb |
cy.get('#scroll') | ||
.then(query => query.get(0).scrollTo({top: 75})) | ||
.then(() => cy.wait(100)) | ||
.then(() => cy.wait(300)) |
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.
Should we use Cypress API ?
https://docs.cypress.io/api/commands/scrollTo
cy.get('#scroll').scrollTo().then(...);
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.
didn't work
No description provided.