savestate
This commit is contained in:
parent
116ccc14d8
commit
0eb262b4f8
6 changed files with 63 additions and 0 deletions
7
testing/cypress/e2e/spec.cy.js
Normal file
7
testing/cypress/e2e/spec.cy.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
describe('template spec', () => {
|
||||
it('passes', () => {
|
||||
cy.visit('https://www.berufsbildung-vs.ch/')
|
||||
cy.get('.nav-link').contains('Berufslehre').click()
|
||||
|
||||
})
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue