docs: move youtube documentation into examples instead of experiments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
context('/src/Experiments/Youtube/Vue/', () => {
|
||||
context('/src/Examples/Youtube/React/', () => {
|
||||
before(() => {
|
||||
cy.visit('/src/Experiments/Youtube/Vue/')
|
||||
cy.visit('/src/Examples/Youtube/React/')
|
||||
})
|
||||
|
||||
beforeEach(() => {
|
||||
@@ -1,6 +1,6 @@
|
||||
context('/src/Experiments/Youtube/React/', () => {
|
||||
context('/src/Examples/Youtube/Vue/', () => {
|
||||
before(() => {
|
||||
cy.visit('/src/Experiments/Youtube/React/')
|
||||
cy.visit('/src/Examples/Youtube/Vue/')
|
||||
})
|
||||
|
||||
beforeEach(() => {
|
||||
Reference in New Issue
Block a user