This commit is contained in:
2021-10-29 17:07:26 +00:00
parent 393ff4e5f0
commit f637edf7da
5 changed files with 55 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
// Basic smoke test, visit every form to ensure they load
/// <reference types="cypress" />
describe("SMOKE", () => {
it("Every form opens without error", () => {
cy.visit("/login");