Skip to content

Commit

Permalink
ci(cypress): Run all code block tests
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl committed Oct 12, 2023
1 parent 83b0e74 commit 2dac586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/nodes/CodeBlock.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('Front matter support', function() {
})
})

it.only('Show a code block in a public read only link', function() {
it('Show a code block in a public read only link', function() {
cy.shareFile('/codeblock.md')
.then((token) => {
cy.logout()
Expand Down

0 comments on commit 2dac586

Please sign in to comment.