- Added npm run commands to support inforitnl/front-end-build

- Fixed e2e test which targeted the wrong word.
- Updated minor/patch versions of npm packages
- Added junit output for test runners
This commit is contained in:
2022-07-19 10:40:02 +02:00
parent 0003df5fab
commit 2e49bd9f09
7 changed files with 4233 additions and 2790 deletions

View File

@@ -9,6 +9,6 @@ describe("Application navigation", () => {
it("Should navigate to about when clicking on About", () => {
cy.get('[data-testid="nav.about"]').click();
cy.contains("about");
cy.contains("About");
});
});