From 4dacae53fa1ca07452b41995636d0edff1e74a2e Mon Sep 17 00:00:00 2001 From: Allen Date: Thu, 13 Jan 2022 14:55:54 +0800 Subject: [PATCH] fix: update cypress api link to the latest (#6926) --- .../generator/template/tests/e2e/specs/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vue/cli-plugin-e2e-cypress/generator/template/tests/e2e/specs/test.js b/packages/@vue/cli-plugin-e2e-cypress/generator/template/tests/e2e/specs/test.js index 8da9091397..b2ff0448eb 100644 --- a/packages/@vue/cli-plugin-e2e-cypress/generator/template/tests/e2e/specs/test.js +++ b/packages/@vue/cli-plugin-e2e-cypress/generator/template/tests/e2e/specs/test.js @@ -1,4 +1,4 @@ -// https://docs.cypress.io/api/introduction/api.html +// https://docs.cypress.io/api/table-of-contents describe('My First Test', () => { it('Visits the app root url', () => {