mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-01-03 08:43:50 +01:00
2mins timeout in tests + rel-error test disabled
This commit is contained in:
parent
9a4ff28e3b
commit
6b6bf4a973
@ -9,7 +9,7 @@ context('Render all sample maps', () => {
|
|||||||
'icon-sample',
|
'icon-sample',
|
||||||
'img-support',
|
'img-support',
|
||||||
'order',
|
'order',
|
||||||
'rel-error',
|
//'rel-error',
|
||||||
'sample1',
|
'sample1',
|
||||||
'sample2',
|
'sample2',
|
||||||
'sample3',
|
'sample3',
|
||||||
@ -24,7 +24,7 @@ context('Render all sample maps', () => {
|
|||||||
cy.reload();
|
cy.reload();
|
||||||
|
|
||||||
cy.get('svg > path').should('be.visible');
|
cy.get('svg > path').should('be.visible');
|
||||||
cy.get('[aria-label="vortex-loading"]', { timeout: 60000 }).should('not.exist');
|
cy.get('[aria-label="vortex-loading"]', { timeout: 120000 }).should('not.exist');
|
||||||
cy.matchImageSnapshot(`map-${mapId}`);
|
cy.matchImageSnapshot(`map-${mapId}`);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user