rename tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
context('basic', () => {
|
||||
context('/examples/basic', () => {
|
||||
beforeEach(() => {
|
||||
cy.visit('/examples/basic')
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
context('export-html-or-json', () => {
|
||||
context('/examples/export-html-or-json', () => {
|
||||
beforeEach(() => {
|
||||
cy.visit('/examples/export-html-or-json')
|
||||
})
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
context('focus', () => {
|
||||
context('/examples/focus', () => {
|
||||
beforeEach(() => {
|
||||
cy.visit('/examples/focus')
|
||||
})
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
context('history', () => {
|
||||
context('/examples/history', () => {
|
||||
beforeEach(() => {
|
||||
cy.visit('/examples/history')
|
||||
})
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
context('markdown-shortcuts', () => {
|
||||
context('/examples/markdown-shortcuts', () => {
|
||||
beforeEach(() => {
|
||||
cy.visit('/examples/markdown-shortcuts')
|
||||
|
||||
cy.get('.ProseMirror').window().then(window => {
|
||||
const { editor } = window
|
||||
editor.setContent('<p></p>')
|
||||
editor.clearContent()
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
context('read-only', () => {
|
||||
context('/examples/read-only', () => {
|
||||
beforeEach(() => {
|
||||
cy.visit('/examples/read-only')
|
||||
})
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
context('simple', () => {
|
||||
context('/examples/simple', () => {
|
||||
beforeEach(() => {
|
||||
cy.visit('/examples/simple')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user