Skip to content

Commit ff3eb05

Browse files
committed
up the timeout for assertion in layerContextMenu.test.js
1 parent 4057a1d commit ff3eb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/core/layerContextMenu.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test.describe('Playwright Layer Context Menu Tests', () => {
2323
const cbmtLayer = await page.getByText('CBMT - INLINE');
2424
cbmtLayer.click({ button: 'right' });
2525

26-
await page.waitForTimeout(200);
26+
await page.waitForTimeout(500);
2727
const aHandle = await page.evaluateHandle(() =>
2828
document.querySelector('mapml-viewer')
2929
);

0 commit comments

Comments
 (0)