Fix cypress tests#1242
Conversation
|
The pending work here is described in #1237 (comment). Basically as we have removed quotes around command here, we need to do the same in https://github.com/10up/cypress-wp-utils/blob/develop/src/commands/wp-cli.ts#L21 unless we find a different solution. |
|
@kirtangajjar PR looks good to me just added one note to discuss it.
I have already raised PR 10up/cypress-wp-utils#128 to handle this in https://github.com/10up/cypress-wp-utils/ Just curious on why E2E test GH action check is not triggered on this PR 🤔 Thank you. |
|
@iamdharmesh looks like e2e tests are running with latest commit 🤷🏼 |
|
@jeffpaul I think the code is good to merge. I'm observing some tests are failing for cc @iamdharmesh any thoughts on why the tests could be failing otherwise? |
iamdharmesh
left a comment
There was a problem hiding this comment.
Yes @kirtangajjar, It seems like flaky tests. I tried re-run on my commit and now it is passing. Approving. Thanks for all your great work here.
Description of the Change
Fixes E2E tests
Closes #1241
How to test the Change
Changelog Entry
Credits
Props @kirtangajjar
Checklist: