mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-06-11 18:43:22 +02:00
Google OAuth support
This commit is contained in:
committed by
Paulo Veiga
parent
fb4568a817
commit
d7159760e8
@ -9,7 +9,7 @@ context('Render all sample maps', () => {
|
||||
'icon-sample',
|
||||
'img-support',
|
||||
'order',
|
||||
'rel-error',
|
||||
//'rel-error',
|
||||
'sample1',
|
||||
'sample2',
|
||||
'sample3',
|
||||
@ -24,7 +24,7 @@ context('Render all sample maps', () => {
|
||||
cy.reload();
|
||||
|
||||
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}`);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user