alphagov / govuk-prototype-kit-docs

Site for the GOV.UK Prototype Kit
https://prototype-kit.service.gov.uk/docs
MIT License
3 stars 2 forks source link

Tests are running latest v13 beta even though this isn't what we want #47

Closed lfdebrux closed 2 years ago

lfdebrux commented 2 years ago

Description of the issue

PR #42 tried to ensure that the tests would run with v13 alpha 3 (v0.0.1-alpha.3), but tests are still running with v13 beta 1 (v0.0.1-beta.1), which is contributing to them failing.

Steps to reproduce the issue

Run node cypress/scripts/run-starter-prototype.js

Check version of kit by visiting http://localhost:3000

Actual vs expected behaviour

Expect version to be v0.0.1-alpha.3, instead get v0.0.1-beta.1.

lfdebrux commented 2 years ago

Fix for this is in PR https://github.com/alphagov/govuk-prototype-kit-docs/pull/48.