From 8090bc63c1d1797e49a3884cb660fb9b965f0484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Sun, 11 Apr 2021 21:59:06 +0200 Subject: [PATCH] fix tests --- docs/src/demos/Nodes/CodeBlock/index.spec.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/demos/Nodes/CodeBlock/index.spec.js b/docs/src/demos/Nodes/CodeBlock/index.spec.js index 2c55c483..abb0f085 100644 --- a/docs/src/demos/Nodes/CodeBlock/index.spec.js +++ b/docs/src/demos/Nodes/CodeBlock/index.spec.js @@ -126,7 +126,7 @@ context('/demos/Nodes/CodeBlock', () => { }) }) - it.only('reverts the markdown shortcut when pressing backspace', () => { + it('reverts the markdown shortcut when pressing backspace', () => { cy.get('.ProseMirror').then(([{ editor }]) => { editor.commands.clearContent() @@ -138,7 +138,7 @@ context('/demos/Nodes/CodeBlock', () => { }) }) - it.only('removes the code block when pressing backspace', () => { + it('removes the code block when pressing backspace', () => { cy.get('.ProseMirror').then(([{ editor }]) => { editor.commands.clearContent() @@ -153,7 +153,7 @@ context('/demos/Nodes/CodeBlock', () => { }) }) - it.only('removes the code block when pressing backspace, even with blank lines', () => { + it('removes the code block when pressing backspace, even with blank lines', () => { cy.get('.ProseMirror').then(([{ editor }]) => { editor.commands.clearContent() @@ -168,7 +168,7 @@ context('/demos/Nodes/CodeBlock', () => { }) }) - it.only('removes the code block when pressing backspace, even at start of document', () => { + it('removes the code block when pressing backspace, even at start of document', () => { cy.get('.ProseMirror').then(([{ editor }]) => { editor.commands.clearContent()