1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Removed commented attachment column test

This commit is contained in:
Dean 2022-06-10 09:54:56 +01:00
parent d8f82e9482
commit adf1eb5895

View file

@ -12,9 +12,7 @@ filterTests(['all'], () => {
cy.addColumn("dog", "name", "Text")
cy.addColumn("dog", "age", "Number")
cy.addColumn("dog", "breed", "Options")
// Works but the image doesn't resolve.
// cy.addColumn("dog", "image", "Attachment")
// cy.addRowAttachment(["fido", 12])
cy.navigateToFrontend()
cy.wait(1000) //allow the iframe some wiggle room
})