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 4057a1d commit ff3eb05Copy full SHA for ff3eb05
test/e2e/core/layerContextMenu.test.js
@@ -23,7 +23,7 @@ test.describe('Playwright Layer Context Menu Tests', () => {
23
const cbmtLayer = await page.getByText('CBMT - INLINE');
24
cbmtLayer.click({ button: 'right' });
25
26
- await page.waitForTimeout(200);
+ await page.waitForTimeout(500);
27
const aHandle = await page.evaluateHandle(() =>
28
document.querySelector('mapml-viewer')
29
);
0 commit comments