-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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(issues): Default to the new issue details in tests #88725
Conversation
❌ 36 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
dd9c5d0
to
b2fe636
Compare
a21dfa1
to
e903291
Compare
ec354a7
to
adcbb68
Compare
adcbb68
to
d096981
Compare
The actual change is in 93b100d, the rest are fixes to address test failures. For test files that are not rendered in the new UI (e.g. When we're deleting these tests, it might be double checking that they all have equivalents in the new test files. |
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.
No need for checks in this file, it is not used in the new UI.
Only one of these is probably necessary to convert all of the `useHasStreamlineUI` invocations to return `true`, but this also works.
Only one of these is probably necessary to convert all of the `useHasStreamlineUI` invocations to return `true`, but this also works.
Only one of these is probably necessary to convert all of the
useHasStreamlineUI
invocations to returntrue
, but this also works.