1
0
Fork 0
mirror of synced 2024-10-06 04:54:52 +13:00

generate report even if tests fail

This commit is contained in:
Martin McKeaveney 2022-08-22 11:18:24 +01:00
parent 8236bb2127
commit 09d37fb36f

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)