We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e62c5 commit 2596d74Copy full SHA for 2596d74
2 files changed
05-testing/03-e2e/01-cypress/02-selectors/README.md
@@ -244,6 +244,8 @@ _./cypress/e2e/login.spec.ts_
244
245
```
246
247
+> Alternative: cy.url().should('contain', '/hotel-collection');
248
+
249
# About Basefactor + Lemoncode
250
251
We are an innovating team of Javascript experts, passionate about turning your ideas into robust products.
05-testing/03-e2e/01-cypress/06-edit-hotel/README.md
@@ -60,7 +60,7 @@ _./cypress/e2e/hotel-edit.spec.ts_
60
+ .click();
61
62
// Assert
63
-+ cy.url().should('equal', 'http://localhost:8080/#/hotel-edit/2');
++ cy.url().should('contain', '/hotel-edit/2');
64
});
65
66
0 commit comments