Skip to content

Commit 49677ba

Browse files
CBedzzyyx990803
authored andcommitted
chore: update Cypress test.js test description (#1011)
1 parent 708cde9 commit 49677ba

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-plugin-e2e-cypress/generator/template/tests/e2e/specs

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-e2e-cypress/generator/template/tests/e2e/specs/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// https://docs.cypress.io/api/introduction/api.html
22

33
describe('My First Test', () => {
4-
it('Visits the Kitchen Sink', () => {
4+
it('Visits the app root url', () => {
55
cy.visit('/')
66
cy.contains('h1', 'Welcome to Your Vue.js <%- hasTS ? '+ TypeScript ' : '' %>App')
77
})

0 commit comments

Comments
 (0)