Skip to content

Commit

Permalink
Try to fix cypress invalid-upload-test
Browse files Browse the repository at this point in the history
  • Loading branch information
joschrew committed Jan 30, 2024
1 parent 1f6c061 commit 9958cac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/import_archive.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ describe("Import first Archive", () => {
describe("Test import validation", () => {
it("Invalid mets should be rejected with appropriate error", () => {
uploadArchive("cypress/fixtures/example_invalid_mets_structure.ocrd.zip")
cy.wait(2000)
cy.contains("Failed")
});
});

0 comments on commit 9958cac

Please sign in to comment.