Attempt to fix intermittent e2e test failure#53905
Conversation
|
Size Change: 0 B Total Size: 1.51 MB ℹ️ View Unchanged
|
c053547 to
2cedb88
Compare
2cedb88 to
48d60ee
Compare
|
Flaky tests detected in 48d60ee. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5962582248
|
|
Hard to tell if this is working but I'm not seeing the failure anymore. I'm tempted to just merge this. |
jorgefilipecosta
left a comment
There was a problem hiding this comment.
I guess the fix may have an impact on the time tests take to run but let's merge this and see if the problem gets fixed. If the test execution time gets worse we can reanalyze.
|
Just to help with context this PR was in response to this test failing way too often: There was some speculation on why this started happening in #53768 (comment). It looks like the change here helped but it'd be nice to actually fix that test. |
|
cc @WunderBart in case you have an idea here. For the record, the current PR didn't solve the problem. |
Will take a look shortly. |
|
I tried to debug this but was unsuccessful :( This is the only related issue I could find regarding the error message logged by the test - microsoft/playwright#21210. |
|
From the Artifacts capture, it looks like it fails before the first block is inserted. Wishful thinking, but I am trying to do a little testing with #54058 😅 |
This might be due to a test design issue I've noticed, where we initialize a new post (createNewPost) in beforeEach hook and then mark some tests as |
This reverts commit 5a77e22.


From #53905 (comment):