fix(Cypress): show certification wait on editor to load (#42485)
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user