diff --git a/test/e2e/core/axisInferring.test.js b/test/e2e/core/axisInferring.test.js index 571bdf696..38056d820 100644 --- a/test/e2e/core/axisInferring.test.js +++ b/test/e2e/core/axisInferring.test.js @@ -27,6 +27,7 @@ test.describe('UI Drag&Drop Test', () => { * The test expectations were actually measured from the loaded html. */ test('TileMatrix inferring', async () => { + await page.waitForTimeout(1000); const layerExtent = await page.$eval( 'body > map > layer-:nth-child(1)', (layer) => layer.extent