Guest User

Untitled

a guest
Jan 21st, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Oops...we found an error preparing this test file:
  2. integrationallsplitleftgatewayvalidateimportValidateImport.ts
  3. This occurred while Cypress was compiling and bundling your test code. This
  4. is usually caused by:
  5.  
  6. A missing file or dependency
  7. A syntax error in the file or one of its dependencies
  8. Fix the error in your code and re-run your tests.
  9.  
  10. apiImport
  11. .importInitialise(scaffold.config, scaffold.adminUser.apiKey, {
  12. name: 'line section import',
  13. type: ImportType.Data,
  14. files: [fileItemId],
  15. })
  16.  
  17. .then((importResponse) => {
  18. cy.log('Import: Response from API call:' + importResponse.import.code);
  19. });
  20.  
  21. import { apiImport } from '../../../../../../../support/api';
Add Comment
Please, Sign In to add comment