chore(deps): update dependency cypress to ^14.0.1#11625
chore(deps): update dependency cypress to ^14.0.1#11625thatblindgeye merged 9 commits intopatternfly:mainfrom
Conversation
|
Preview: https://patternfly-react-pr-11625.surge.sh A11y report: https://patternfly-react-pr-11625-a11y.surge.sh |
|
Need to make some migration changes. |
|
Need to replace |
|
I have observed that test cases with multiple |
|
Unless we absolutely have to (as in, part of the v14 of Cypress they only allow a single |
|
We can use Hooks to allow multiple |
|
@Mash707 does that resolve the issue in test suites where there a more |
|
@thatblindgeye How can I test integration tests locally? I run It is probably occurring because I don't have any web server running at |
|
So you'll need 2 terminals: one to run |
For now |
7da13d3 to
446ad44
Compare
|
@thatblindgeye needed to set |
|
added support file to enable |
|
|
0d3586a to
a0de309
Compare
|
|
@thatblindgeye expandablesectiontruncate.ts is not named correctly hence it is not included in the testing. Should we fix this in this PR? |
|
@Mash707 if you wouldn't mind that would be great. Probably skirting the line of "scope creep" territory but if it's literally just updating the file name it's a super small update. |
|
@thatblindgeye tried testing the file, but it has some errors regarding conditional rendering. I suppose that is why it is not included in testing for now. Do we have a issue opened regarding this? |
|
@Mash707 doesn't seem so, can you open a followup to look into fixing that test file and enabling it to be ran with the rest of the integration tests? |
|
Sure, will open a followup and look into fixing it. |
Towards #11491