-
Notifications
You must be signed in to change notification settings - Fork 167
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
Remove cypress suppression of uncaught exceptions #3063
Remove cypress suppression of uncaught exceptions #3063
Conversation
@manaswinidas it looks like we're still getting the exception - I think we need to upgrade PatternFly to pull in the fix. According to this PR comment it was released in |
Oops should have checked that. The tests are passing locally for me. Also, why is |
good question... looking into it. also I'm not sure why tests are passing for you locally... do you have the newer PF installed somehow? |
I'm confused by the test failing on |
The tests are passing for me locally too... I think maybe there's a rendering race condition and the exception isn't necessarily always thrown. Maybe we can just upgrade PF and make sure it passes and that's sufficient. |
@mturley |
/hold |
Once PF releases and we unblock this, let's make sure to also remove the newly introduced instance of this in https://github.com/opendatahub-io/odh-dashboard/pull/3116/files#diff-cfd373dd2cc4bd02bbf6aa15837b2b82aed88e0ef783079334d738c8b22d6ceaR206-R208 |
f254913
to
064c673
Compare
beefd7f
to
eb2d80d
Compare
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.
Thanks @manaswinidas ! This was a fun one huh
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mturley The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3063 +/- ##
==========================================
+ Coverage 80.84% 85.22% +4.38%
==========================================
Files 1243 1244 +1
Lines 27099 27117 +18
Branches 7144 7152 +8
==========================================
+ Hits 21907 23111 +1204
+ Misses 5192 4006 -1186
... and 595 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Closes: https://issues.redhat.com/browse/RHOAIENG-10715
Closes: https://issues.redhat.com/browse/RHOAIENG-7565
Closes: https://issues.redhat.com/browse/RHOAIENG-11444
Closes: https://issues.redhat.com/browse/RHOAIENG-11847
Description
These snippets had been introduced to work around a Patternfly bug with
ExpandableSection
patternfly/patternfly-react#10410 This has been fixed - removing these suppressions because they can hide other uncaught exceptions.How Has This Been Tested?
modelVersionArchive.cy.ts
andregisteredModelArchive.cy.ts
and check whether they run fine.Test Impact
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
main