fix(cypress): Re-introduce Firefox in Cypress CI (#40440)
* Revert "chore: drop firefox for intermittent fails"
This reverts commit 704beb2260
.
* Increase timeout for Cypress learn log output test
This commit is contained in:
@ -40,7 +40,7 @@ describe('Classic challenge', function() {
|
||||
it('shows test output when the tests are run', () => {
|
||||
cy.visit(locations.index);
|
||||
// first wait for the editor to load
|
||||
cy.get(selectors.editor, { timeout: 10000 });
|
||||
cy.get(selectors.editor, { timeout: 15000 });
|
||||
cy.get(selectors.runTestsButton)
|
||||
.click()
|
||||
.then(() => {
|
||||
@ -53,7 +53,7 @@ describe('Classic challenge', function() {
|
||||
it('shows test output when the tests are triggered by the keyboard', () => {
|
||||
cy.visit(locations.index);
|
||||
// first wait for the editor to load
|
||||
cy.get(selectors.editor, { timeout: 10000 });
|
||||
cy.get(selectors.editor, { timeout: 15000 });
|
||||
cy.get(selectors.hotkeys)
|
||||
.focus()
|
||||
.type('{ctrl}{enter}')
|
||||
|
Reference in New Issue
Block a user