generate report even if tests fail
This commit is contained in:
parent
caa3be8af7
commit
99d4f0da03
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue