generate report even if tests fail
This commit is contained in:
parent
8236bb2127
commit
09d37fb36f
|
@ -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