1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

generate report even if tests fail

This commit is contained in:
Martin McKeaveney 2022-08-22 11:18:24 +01:00
parent caa3be8af7
commit 99d4f0da03

View file

@ -34,7 +34,7 @@ filterTests(['smoke', 'all'], () => {
}
})
cy.get(interact.TEMPLATE_CATEGORY_FILTER).should("exist")
cy.get(interact.TEMPLATE_CATEGORY_FILTER).should("not.exist")
cy.get(interact.TEMPLATE_CATEGORY).should("exist")
cy.get(interact.TEMPLATE_CATEGORY_ACTIONGROUP).its('length').should('be.gt', 1)