cypress-io / cypress-realworld-testing-course-app

Home Page:https://cypress-realworld-testing-course-app.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default test contents not up-to-date

MikeMcC399 opened this issue · comments

https://learn.cypress.io/testing-your-first-application/installing-cypress-and-writing-your-first-test shows:

image

Cypress 12.12.0 13.6.1 has slightly different content:

describe('template spec', () => {
  it('passes', () => {
    cy.visit('https://example.cypress.io')
  })
})

from empty.ejs

Suggestion

Change the training material text via: