We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b252550 commit bcf143cCopy full SHA for bcf143c
05-testing/03-e2e/01-cypress/05-custom-commands/README.md
@@ -62,7 +62,7 @@ _./cypress/tsconfig.json_
62
63
```
64
65
-> More info [here](https://docs.cypress.io/guides/tooling/typescript-support.html#Types-for-custom-assertions)
+> More info [here](https://docs.cypress.io/app/tooling/typescript-support#Types-for-Custom-Commands)
66
67
Use it:
68
05-testing/03-e2e/01-cypress/06-edit-hotel/README.md
@@ -60,7 +60,7 @@ _./cypress/e2e/hotel-edit.spec.ts_
60
+ .click();
61
// Assert
-+ cy.url().should('contain', '/hotel-edit/2');
++ cy.location('hash').should('equal', '#/hotel-edit/2');
});
0 commit comments