cypress-realworld-testing-course-app icon indicating copy to clipboard operation
cypress-realworld-testing-course-app copied to clipboard

Default test contents not up-to-date

Open MikeMcC399 opened this issue 2 years ago • 2 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

MikeMcC399 avatar May 18 '23 09:05 MikeMcC399

Suggestion

Change the training material text via:

  • PR https://github.com/cypress-io/cypress-realworld-testing/pull/297

MikeMcC399 avatar May 20 '23 13:05 MikeMcC399

  • PR https://github.com/cypress-io/cypress-realworld-testing/pull/297 was closed after waiting 6 months with no response.

MikeMcC399 avatar Dec 08 '23 16:12 MikeMcC399

Closed due to no feedback.

MikeMcC399 avatar Sep 11 '24 12:09 MikeMcC399