Skip to content
Snippets Groups Projects
Commit 93aa7471 authored by heikkkk's avatar heikkkk
Browse files

fix: remove example e2e test

parent c366ed9f
No related branches found
No related tags found
1 merge request!70Test/e2e
// https://on.cypress.io/api
describe('My First Test', () => {
it('visits the app root url', () => {
cy.visit('/')
cy.contains('h1', 'You did it!')
})
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment