()
| 31 | } |
| 32 | |
| 33 | export function assertNoConsoleOutput() { |
| 34 | cy.get('@consoleLog').should('not.be.called'); |
| 35 | cy.get('@consoleWarn').should('not.be.called'); |
| 36 | cy.get('@consoleError').should('not.be.called'); |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * Visit the app and stub console output. Use this as the standard |
no test coverage detected