Closed colinrotherham closed 1 year ago
This was flagged whilst testing GOV.UK Frontend v5
Noticeably the class .js-enabled
was missing its new .govuk-frontend-supported
counterpart
Currently in review: https://github.com/alphagov/govuk-prototype-kit/pull/2355
Description of the issue
Manage prototype pages use GOV.UK Frontend "internal" styles, scripts, images, fonts etc
But they're rendered using GOV.UK Frontend "plugin" Nunjucks views and macros
Steps to reproduce the issue
govuk-frontend@4.7.0
by defaultnpm install govuk-frontend@4.2.0
USE_HTTPS=false PASSWORD=test
to see the password pageActual vs expected behaviour
Actual: Nunjucks templates from "plugin" GOV.UK Frontend are used Expected: Nunjucks templates from "internal" GOV.UK Frontend are used