From f1cc6252c206ab417c958b9d786624da2257e56b Mon Sep 17 00:00:00 2001 From: ByMykel <38622893+ByMykel@users.noreply.github.com> Date: Mon, 10 Apr 2023 10:07:07 +0200 Subject: [PATCH] fix: change link to cypress api docs. (#237) Co-authored-by: Haoqun Jiang --- 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..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', () => { -- 2.39.5