fix tests

This commit is contained in:
Philipp Kühn
2021-08-26 12:33:48 +02:00
parent ebfcdf3958
commit 2d129459ca
61 changed files with 121 additions and 121 deletions

View File

@@ -1,6 +1,6 @@
context('/demos/Guide/Content/ExportHTML', () => {
context('/src/GuideContent/ExportHTML/Vue/', () => {
before(() => {
cy.visit('/demos/Guide/Content/ExportHTML')
cy.visit('/src/GuideContent/ExportHTML/Vue/')
})
beforeEach(() => {

View File

@@ -1,6 +1,6 @@
context('/demos/Guide/Content/ExportJSON', () => {
context('/src/GuideContent/ExportJSON/Vue/', () => {
before(() => {
cy.visit('/demos/Guide/Content/ExportJSON')
cy.visit('/src/GuideContent/ExportJSON/Vue/')
})
beforeEach(() => {

View File

@@ -1,6 +1,6 @@
context('/demos/Guide/Content/GenerateHTML', () => {
context('/src/GuideContent/GenerateHTML/Vue/', () => {
before(() => {
cy.visit('/demos/Guide/Content/GenerateHTML')
cy.visit('/src/GuideContent/GenerateHTML/Vue/')
})
// TODO: Write tests

View File

@@ -1,6 +1,6 @@
context('/demos/Guide/Content/GenerateJSON', () => {
context('/src/GuideContent/GenerateJSON/Vue/', () => {
before(() => {
cy.visit('/demos/Guide/Content/GenerateJSON')
cy.visit('/src/GuideContent/GenerateJSON/Vue/')
})
// TODO: Write tests

View File

@@ -1,6 +1,6 @@
context('/demos/Guide/Content/ReadOnly', () => {
context('/src/GuideContent/ReadOnly/Vue/', () => {
before(() => {
cy.visit('/demos/Guide/Content/ReadOnly')
cy.visit('/src/GuideContent/ReadOnly/Vue/')
})
beforeEach(() => {