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 549c5c2 commit d8e3ca1Copy full SHA for d8e3ca1
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(7000); // pause for 5 seconds
+ await page.waitForTimeout(5000); // pause for 5 seconds
5
6
// Create directory for screenshots if it doesn't exist
7
const fs = await import('fs');
0 commit comments