Google OAuth support

This commit is contained in:
Gustavo Fuhr
2022-12-16 03:32:22 +00:00
committed by Paulo Veiga
parent fb4568a817
commit d7159760e8
36 changed files with 2361 additions and 1123 deletions

View File

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