Skip to content

Commit

Permalink
Rename picture-type file
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippluca committed Jan 16, 2025
1 parent 0768532 commit ec15275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Geopilot.Frontend/cypress/e2e/delivery.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ describe("Delivery tests", () => {
cy.wait("@fileExtensions");
cy.contains(".csv, .gpkg, .itf, .xml, .xtf or .zip (max. 200 MB)");

addFile("deliveryFiles/invalid-type.png", false);
addFile("deliveryFiles/picture-type.png", false);
stepHasError("upload", true, "The file type is not supported");

addFile(["deliveryFiles/ilimodels_invalid.xml", "deliveryFiles/ilimodels_valid.xml"], false);
Expand Down Expand Up @@ -357,7 +357,7 @@ describe("Delivery tests", () => {
stepIsActive("upload");

// All file types are allowed
addFile("deliveryFiles/invalid-type.png", true);
addFile("deliveryFiles/picture-type.png", true);
stepHasError("upload", false);
uploadFile();

Expand Down

0 comments on commit ec15275

Please sign in to comment.