From a4cc66bd26f1ae3bb7cb97fbb0e25d76ae0afe38 Mon Sep 17 00:00:00 2001 From: ByMykel <38622893+ByMykel@users.noreply.github.com> Date: Thu, 2 Mar 2023 08:37:42 +0100 Subject: [PATCH 1/2] fix: change link to cypress api docs. --- template/config/cypress/cypress/e2e/example.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/config/cypress/cypress/e2e/example.cy.js b/template/config/cypress/cypress/e2e/example.cy.js index 7a8c909f..6a9f4948 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://docs.cypress.io/api/commands/and describe('My First Test', () => { it('visits the app root url', () => { From deb3bf756b773925db0950d9c673642d54edb09e Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Mon, 10 Apr 2023 16:00:25 +0800 Subject: [PATCH 2/2] chore: use the `on` link for Cypress API documentation --- template/config/cypress/cypress/e2e/example.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/config/cypress/cypress/e2e/example.cy.js b/template/config/cypress/cypress/e2e/example.cy.js index 6a9f4948..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/commands/and +// https://on.cypress.io/api describe('My First Test', () => { it('visits the app root url', () => {