Skip to content

Commit 4b52e71

Browse files
committed
fixing test configuration
1 parent 70bd74a commit 4b52e71

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ npm install
2424

2525
```bash
2626
# Open Cypress GUI for development
27-
npm run test:local
27+
npm run test:gui
2828

2929
# Run tests headlessly
3030
npm test

test/cypress/e2e/books_flow.cy.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ describe("Books Flow", () => {
4545

4646
it("allows denying provisional books", () => {
4747
// Visit React1 app
48-
cy.visit("/backend");
49-
48+
cy.visit("/backend/");
5049
// Propose a new book
5150
cy.contains("button", "Propose New Book").click();
5251
cy.get('input[placeholder="Enter book title"]').type("Book To Deny");

0 commit comments

Comments
 (0)