Closed lfdebrux closed 2 years ago
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.
Run node cypress/scripts/run-starter-prototype.js
node cypress/scripts/run-starter-prototype.js
Check version of kit by visiting http://localhost:3000
Expect version to be v0.0.1-alpha.3, instead get v0.0.1-beta.1.
Fix for this is in PR https://github.com/alphagov/govuk-prototype-kit-docs/pull/48.
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.