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 edfea62 commit be6339eCopy full SHA for be6339e
e2e/samples.spec.ts
@@ -167,7 +167,7 @@ foldersToTest.forEach((sampleFolder) => {
167
await page.waitForLoadState('domcontentloaded', { timeout: 500 });
168
169
// Wait for Google Maps to load.
170
- await page.waitForFunction(() => window.google && window.google.maps, { timeout: 500 });
+ await page.waitForFunction(() => window.google && window.google.maps, { timeout: 1000 });
171
172
// Insert a delay in ms to let the map load.
173
await page.waitForTimeout(500);
0 commit comments