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 2addf8b commit 5067571Copy full SHA for 5067571
test/utils/open-addon.js
@@ -1,7 +1,7 @@
1
export const openAddon = async (page) => {
2
await page.goto(process.env.SHEET_URL);
3
4
- await page.waitForTimeout(10000); // pause for 5 seconds
+ await page.waitForTimeout(20000); // pause for 5 seconds
5
6
// Create directory for screenshots if it doesn't exist
7
const fs = await import('fs');
0 commit comments