From: ByMykel <38622893+ByMykel@users.noreply.github.com> Date: Mon, 10 Apr 2023 08:07:07 +0000 (+0200) Subject: fix: change link to cypress api docs. (#237) X-Git-Tag: v3.6.2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1cc6252c206ab417c958b9d786624da2257e56b;p=thirdparty%2Fvuejs%2Fcreate-vue.git fix: change link to cypress api docs. (#237) Co-authored-by: Haoqun Jiang --- diff --git a/template/config/cypress/cypress/e2e/example.cy.js b/template/config/cypress/cypress/e2e/example.cy.js index 7a8c909f..7554c35d 100644 --- a/template/config/cypress/cypress/e2e/example.cy.js +++ b/template/config/cypress/cypress/e2e/example.cy.js @@ -1,4 +1,4 @@ -// https://docs.cypress.io/api/introduction/api.html +// https://on.cypress.io/api describe('My First Test', () => { it('visits the app root url', () => {