fix most tests

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

View File

@@ -1,5 +1,5 @@
context('/installation', () => {
context('/src/Overview/Installation/Vue/', () => {
before(() => {
cy.visit('/installation')
cy.visit('/src/Overview/Installation/Vue/')
})
})