merge installation and the getting started guide

This commit is contained in:
Hans Pagel
2021-02-07 15:55:50 +01:00
parent 13ad3acf63
commit 5571e1dd27
19 changed files with 109 additions and 172 deletions

View File

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