Skip to content

Commit

Permalink
docs(docs): move youtube demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Jun 20, 2022
1 parent 90dedbe commit 3408766
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
context('/src/Examples/Youtube/Vue/', () => {
context('/src/Extensions/Youtube/React/', () => {
before(() => {
cy.visit('/src/Examples/Youtube/Vue/')
cy.visit('/src/Extensions/Youtube/React/')
})

beforeEach(() => {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
context('/src/Examples/Youtube/React/', () => {
context('/src/Extensions/Youtube/Vue/', () => {
before(() => {
cy.visit('/src/Examples/Youtube/React/')
cy.visit('/src/Extensions/Youtube/Vue/')
})

beforeEach(() => {
Expand Down
File renamed without changes.

0 comments on commit 3408766

Please sign in to comment.