Open
Description
In order to make tests less flaky, any call to page.waitForResponse should be wrapped in a promise.all of the action which invoked the network response.
More here: microsoft/playwright#5470 (comment)
In order to make tests less flaky, any call to page.waitForResponse should be wrapped in a promise.all of the action which invoked the network response.
More here: microsoft/playwright#5470 (comment)