docs: move youtube documentation into examples instead of experiments

This commit is contained in:
Dominik Biedebach
2022-06-20 19:01:14 +02:00
parent a1e612bf89
commit 90dedbeabc
8 changed files with 5 additions and 5 deletions

View File

@@ -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(() => {

View File

@@ -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(() => {