diff --git a/cypress/integration/basic.spec.js b/cypress/integration/basic.spec.js
index 1d2b391c..f9754739 100644
--- a/cypress/integration/basic.spec.js
+++ b/cypress/integration/basic.spec.js
@@ -19,7 +19,7 @@ context('basic', () => {
const json = editor.json()
expect(json).to.deep.equal({
- type: 'doc',
+ type: 'document',
content: [
{
type: 'paragraph',
diff --git a/src/pages/tests/Basic.vue b/src/pages/tests/Basic.vue
index 3f6cdba9..ecb83469 100644
--- a/src/pages/tests/Basic.vue
+++ b/src/pages/tests/Basic.vue
@@ -1,19 +1,29 @@
-
+
\ No newline at end of file