chore: increase timeout (#1146)

This commit is contained in:
Joe Tsang 2022-08-25 12:13:03 +01:00 committed by GitHub
parent 1bb63dcb15
commit 321bec75b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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