chore: increase timeout (#1146)
This commit is contained in:
parent
1bb63dcb15
commit
321bec75b8
@ -4,6 +4,6 @@ describe('stats', () => {
|
||||
beforeEach(() => cy.visit('/'));
|
||||
|
||||
it('should display header based on environment name', () => {
|
||||
cy.get('h3').should('have.text', `/ ${textToCheck}`);
|
||||
cy.get('h3', { timeout: 10000 }).should('have.text', `/ ${textToCheck}`);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user