-
Notifications
You must be signed in to change notification settings - Fork 64
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
test(RHINENG-8182): Update cypress tests after PF5 upgrade #2146
Conversation
This is trade-off to not to block the upgrade of PF. Will be enabled back in RedHatInsights#2146.
This is trade-off to not to block the upgrade of PF. Will be enabled back in RedHatInsights#2146.
fedbb03
to
296e88e
Compare
296e88e
to
d26d4be
Compare
/retest |
…#2141) * chore: Upgrade React and PF with other affected packages * chore: Running pf-codemods fix * chore: Wrap icons * chore(TopBar): Rewrite Dropdown * chore: Install jest-environment-jsdom * chore: Add missing conditional filter type * chore: Update SkeletonTable columns prop * chore: Fix the jest warning regarding testUrl * chore: Fix "import statement" issue with Jest * chore(GroupDetailHeader): Rebuild Dropdown * chore: Run classnames fix * chore: Update test snapshots * chore: Update hook tests * chore: Update SkeletonTable props * chore: Fix the rest of unit tests after migration * chore: Use cypress/react18, tweak toggle text selectors * chore(InventoryTable): Provide count to PrimaryToolbar * chore: Temporarily disable cypress tests in Travis CI This is trade-off to not to block the upgrade of PF. Will be enabled back in #2146. * chore(ActionDropdownItem): Fix and preserve dropdown style * chore(SearchableGroupFilter): Keep checkboxes and styling
e1a59cc
to
0258141
Compare
0258141
to
2eb9ad0
Compare
2eb9ad0
to
c72bc81
Compare
/retest |
@computercamplove, by any chance, is there something in e2e tests that caused by this PR? |
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.
@gkarat thank you, I could not spot anything to suggest. All looks great!
no, 1 test is failed that i created for PR for @bastilian, i am going to disable it, looks like this PR is still in progress. Thank you for reminder, you can ignore it |
🎉 This PR is included in version 1.67.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Fixes https://issues.redhat.com/browse/RHINENG-8182.
Follows up on: #2141
Blocked by RedHatInsights/frontend-components#1968
This enables back the cypress test in Travis CI and makes them pass by updating selectors after PF5 migration.