mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
2c295f76fe
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.