2mins timeout in tests + rel-error test disabled

This commit is contained in:
Gustavo Fuhr 2022-12-13 20:03:30 -03:00
parent 9a4ff28e3b
commit 6b6bf4a973

View File

@ -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}`);
}); });
}); });