mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-18 04:57:49 +08:00
docs(docs): move youtube demo
This commit is contained in:
parent
90dedbeabc
commit
3408766e72
@ -1,6 +1,6 @@
|
|||||||
context('/src/Examples/Youtube/Vue/', () => {
|
context('/src/Extensions/Youtube/React/', () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
cy.visit('/src/Examples/Youtube/Vue/')
|
cy.visit('/src/Extensions/Youtube/React/')
|
||||||
})
|
})
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
@ -1,6 +1,6 @@
|
|||||||
context('/src/Examples/Youtube/React/', () => {
|
context('/src/Extensions/Youtube/Vue/', () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
cy.visit('/src/Examples/Youtube/React/')
|
cy.visit('/src/Extensions/Youtube/Vue/')
|
||||||
})
|
})
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
Loading…
Reference in New Issue
Block a user