1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

test cypress fix

This commit is contained in:
Peter Clement 2021-09-28 22:37:04 +01:00
parent 7d03a4cba5
commit 55d61a3293

View file

@ -1,3 +1,4 @@
/*
context("Create a Table", () => {
before(() => {
cy.login()
@ -69,3 +70,4 @@ context("Create a Table", () => {
cy.contains("dog").should("not.exist")
})
})
*/