0
0
Fork 0
mirror of https://github.com/alerta/alerta-webui.git synced 2025-03-14 20:52:45 +00:00
alerta_alerta-webui/tests/e2e/specs/test.js
2019-01-17 18:07:37 +01:00

8 lines
198 B
JavaScript

// https://docs.cypress.io/api/introduction/api.html
describe('My First Test', () => {
it('Visits the app root url', () => {
cy.visit('/')
cy.contains('h1', 'Welcome to Vuetify')
})
})