Skip to content

Commit

Permalink
- try to get tests to run - add timeout before axisInferring tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prushforth committed Feb 9, 2024
1 parent 92f2281 commit 672c960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/core/axisInferring.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 672c960

Please sign in to comment.