We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e844382 commit d9bb064Copy full SHA for d9bb064
app/test/e2e/utils.ts
@@ -90,5 +90,5 @@ async function timeToAppear(page: Page, selector: string): Promise<number> {
90
export async function expectSimultaneous(page: Page, selectors: string[]) {
91
const times = await Promise.all(selectors.map((sel) => timeToAppear(page, sel)))
92
times.sort()
93
- expect(times[times.length - 1] - times[0]).toBeLessThan(20)
+ expect(times[times.length - 1] - times[0]).toBeLessThan(40)
94
}
0 commit comments