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

https://cypress-realworld-testing-course-app.vercel.app/
72 stars 225 forks source link

Default test contents not up-to-date #26

Closed MikeMcC399 closed 3 days ago

MikeMcC399 commented 1 year ago

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

image

Cypress 12.12.0 13.14.1 has slightly different content:

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

from empty.ejs

MikeMcC399 commented 1 year ago

Suggestion

Change the training material text via:

MikeMcC399 commented 9 months ago
MikeMcC399 commented 3 days ago

Closed due to no feedback.