mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 05:44:59 +00:00
I could repro the same failure by doing: `page.driver.browser.network_conditions = { offline: false, latency: 3000, throughput: 0 }` Wait shouldn't be needed as we wait for selector, but I couldn't find a better solution on this case for now.