Skip to content

Commit 4dacae5

Browse files
authored
fix: update cypress api link to the latest (#6926)
1 parent 15da794 commit 4dacae5

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// https://docs.cypress.io/api/introduction/api.html
1+
// https://docs.cypress.io/api/table-of-contents
22

33
describe('My First Test', () => {
44
it('Visits the app root url', () => {

0 commit comments

Comments
 (0)