index.ts 185 B

1234567
  1. // Import commands.js using ES2015 syntax:
  2. import './login';
  3. export const checkErrors = () =>
  4. cy.window().then((win) => {
  5. assert.isTrue(!win.windowError, win.windowError);
  6. });