We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708cde9 commit 49677baCopy full SHA for 49677ba
packages/@vue/cli-plugin-e2e-cypress/generator/template/tests/e2e/specs/test.js
@@ -1,7 +1,7 @@
1
// https://docs.cypress.io/api/introduction/api.html
2
3
describe('My First Test', () => {
4
- it('Visits the Kitchen Sink', () => {
+ it('Visits the app root url', () => {
5
cy.visit('/')
6
cy.contains('h1', 'Welcome to Your Vue.js <%- hasTS ? '+ TypeScript ' : '' %>App')
7
})
0 commit comments