fix(Cypress): show certification wait on editor to load (#42485)

pull/42488/head
Sem Bauke 2021-06-14 20:00:02 +02:00 committed by GitHub
parent c2326741a8
commit 3fc6877bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ describe('A certification,', function () {
.click(); .click();
cy.contains('Submit and go to next challenge').click().wait(1000); cy.contains('Submit and go to next challenge').click().wait(1000);
}); });
cy.get('.react-monaco-editor-container', { timeout: 60000 });
cy.visit('/settings'); cy.visit('/settings');
// set user settings to public to claim a cert // set user settings to public to claim a cert