Use correct url
This commit is contained in:
parent
086f0b7fcb
commit
efdfb0bf03
|
|
@ -64,7 +64,7 @@ describe("dashboardExport.cy.js", () => {
|
|||
});
|
||||
|
||||
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", () => {
|
||||
testExport("/statistic/dashboard/persons", "export_personen");
|
||||
testExport("/dashboard/persons", "export_personen");
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue