From d10605ff331c5fe25c32d3e8ccf5f2b0d42f88b4 Mon Sep 17 00:00:00 2001 From: Allen Date: Thu, 13 Jan 2022 10:48:40 +0800 Subject: [PATCH] fix: Update cypress api link to the latest --- .../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', () => {