mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-02 09:53:56 +03:00
6 lines
147 B
TypeScript
6 lines
147 B
TypeScript
it(`BackendTask tests`, () => {
|
|
cy.visit("/http-tests");
|
|
cy.get(".test-pass").should("exist");
|
|
cy.get(".test-fail").should("not.exist");
|
|
});
|