Use correct url

This commit is contained in:
Christian Cueni 2024-07-16 16:42:51 +02:00
parent 086f0b7fcb
commit efdfb0bf03
2 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ describe("dashboardExport.cy.js", () => {
}); });
it("should download the person export", () => { it("should download the person export", () => {
testExport("/statistic/dashboard/persons", "export_personen"); testExport("/dashboard/persons", "export_personen");
}); });
}); });
@ -89,7 +89,7 @@ describe("dashboardExport.cy.js", () => {
}); });
it("should download the person export", () => { it("should download the person export", () => {
testExport("/statistic/dashboard/persons", "export_personen"); testExport("/dashboard/persons", "export_personen");
}); });
}); });
}); });