1
0
Fork 0
mirror of synced 2024-09-28 15:21:28 +12:00

Removed commented attachment column test

This commit is contained in:
Dean 2022-06-10 09:54:56 +01:00
parent 1856289d19
commit f89d63e664

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
})