Skip to content

Commit

Permalink
Fix doc.templates.js after adding Markdown import
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoFerrari committed Sep 9, 2021
1 parent 00cc0c1 commit 9fc7221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress/integration/doc.templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ describe('Welcome Tree & Templates', () => {
cy.get('#template-import-bulk')
.should('be.visible')

cy.get('#template-import')
cy.get('#template-import-markdown')
.should('be.visible')

cy.get('#template-timeline')
cy.get('#template-import')
.should('be.visible')

cy.get('#template-academic')
cy.get('#template-timeline')
.should('be.visible')
})
})

0 comments on commit 9fc7221

Please sign in to comment.