Skip to content

Commit

Permalink
Revert "ci: Skip failing link to directory test"
Browse files Browse the repository at this point in the history
This reverts commit 7020248.

Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl committed Nov 25, 2023
1 parent e335a43 commit b010d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/nodes/Links.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ describe('test link marks', function() {
cy.get('.modal-name').should('include.text', fileName)
})
})
it.skip('link to directory', () => {
it('link to directory', () => {
cy.createFolder(`${window.__currentDirectory}/dummy folder`)
cy.getFile(fileName).then($el => {
cy.getContent().type(`${text}{selectAll}`)
Expand Down

0 comments on commit b010d55

Please sign in to comment.