|
|
@@ -47,8 +47,7 @@ describe('Templates', () => {
|
|
|
cy.url().should('match', /\/templates$/)
|
|
|
})
|
|
|
|
|
|
- // eslint-disable-next-line mocha/no-skipped-tests
|
|
|
- it.skip('should have templates feature', () => {
|
|
|
+ it('should have templates feature', () => {
|
|
|
login(TEMPLATES_USER)
|
|
|
const name = `Template ${Date.now()}`
|
|
|
const description = `Template Description ${Date.now()}`
|