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: Cypress Flaky fixes #3034

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

josh-bagwell
Copy link
Contributor

Summary

Fixes: #2900

This is adding fixes for the Cypress flaky specs that were caused from the Webpack Upgrade

Release Category

Infrastructure


Where Should the Reviewer Start?

/cypress/component

Copy link

cypress bot commented Nov 5, 2024

Workday/canvas-kit    Run #8040

Run Properties:  status check passed Passed #8040  •  git commit ad2f820150 ℹ️: Merge 8b15d501de0b844113035043c4e8c28e257bc33b into 802784764d4cd8f030cf5908d0c0...
Project Workday/canvas-kit
Branch Review fix-flaky-24-11
Run status status check passed Passed #8040
Run duration 03m 28s
Commit git commit ad2f820150 ℹ️: Merge 8b15d501de0b844113035043c4e8c28e257bc33b into 802784764d4cd8f030cf5908d0c0...
Committer Josh
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 18
Tests that did not run due to a developer annotating a test with .skip  Pending 23
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 1007
View all changes introduced in this branch ↗︎
UI Coverage  20.63%
  Untested elements 1437  
  Tested elements 371  
Accessibility  99.19%
  Failed rules  6 critical   5 serious   0 moderate   2 minor
  Failed elements 173  

<SegmentedControl
initialValue={width}
onSelect={data => {
console.log('you called?');
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
console.log('you called?');

Comment on lines +30 to +31
<span>Current Container Width: {containerWidth}</span>
<span>Overflow visibility: {model.menu.state.visibility}</span>
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we don't need this anymore?

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

Successfully merging this pull request may close these issues.

Cypress Flaky tests need to be updated
2 participants