fix tests

This commit is contained in:
Philipp Kühn
2021-02-26 21:22:03 +01:00
parent 5fc6c1b7c2
commit cdf9cc99e0
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
context('clearContent', () => {
before(() => {
cy.visit('/demos/Examples/default')
cy.visit('/demos/Examples/Default/Vue')
})
it('returns true for the clearContent command', () => {

View File

@@ -1,6 +1,6 @@
context('insertHTML', () => {
before(() => {
cy.visit('/demos/Examples/default')
cy.visit('/demos/Examples/Default/Vue')
})
it('returns true for the insertHTML command', () => {

View File

@@ -1,6 +1,6 @@
context('setContent', () => {
before(() => {
cy.visit('/demos/Examples/default')
cy.visit('/demos/Examples/Default/Vue')
})
it('returns true for the setContent command', () => {