Skip to content

Commit bcf143c

Browse files
committed
update readme
1 parent b252550 commit bcf143c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

05-testing/03-e2e/01-cypress/05-custom-commands/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ _./cypress/tsconfig.json_
6262

6363
```
6464

65-
> More info [here](https://docs.cypress.io/guides/tooling/typescript-support.html#Types-for-custom-assertions)
65+
> More info [here](https://docs.cypress.io/app/tooling/typescript-support#Types-for-Custom-Commands)
6666
6767
Use it:
6868

05-testing/03-e2e/01-cypress/06-edit-hotel/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ _./cypress/e2e/hotel-edit.spec.ts_
6060
+ .click();
6161

6262
// Assert
63-
+ cy.url().should('contain', '/hotel-edit/2');
63+
+ cy.location('hash').should('equal', '#/hotel-edit/2');
6464
});
6565

6666
```

0 commit comments

Comments
 (0)