mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-08-02 15:45:12 +02:00
- 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:
@@ -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");
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user