Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Fix flaky interactivity deferred test (#61359)
Fix flaky test #59899 > Locator: getByTestId('result') > Expected string: "" > Received string: "Hello, world!" The test expects to find some empty HTML initially, then find updated text. The text is updated on a timeout. I suspect the timeout is too short, causing this the flakiness. Double the timeout to make the test more reliable.
- Loading branch information