mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 14:34:18 +03:00
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
it(`glob tests`, () => {
|
|
cy.visit("/tests");
|
|
cy.contains("All tests passed");
|
|
cy.document().should("not.include.text", "Expected");
|
|
});
|