fix tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
context('clearContent', () => {
|
context('clearContent', () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
cy.visit('/demos/Examples/default')
|
cy.visit('/demos/Examples/Default/Vue')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('returns true for the clearContent command', () => {
|
it('returns true for the clearContent command', () => {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
context('insertHTML', () => {
|
context('insertHTML', () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
cy.visit('/demos/Examples/default')
|
cy.visit('/demos/Examples/Default/Vue')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('returns true for the insertHTML command', () => {
|
it('returns true for the insertHTML command', () => {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
context('setContent', () => {
|
context('setContent', () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
cy.visit('/demos/Examples/default')
|
cy.visit('/demos/Examples/Default/Vue')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('returns true for the setContent command', () => {
|
it('returns true for the setContent command', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user