Skip to content

Commit

Permalink
Merge pull request #85 from Crown-Commercial-Service/updates-for-govu…
Browse files Browse the repository at this point in the history
…k-frontend-v5.4.1

Make update for GOV.UK Frontend v5.4.1
  • Loading branch information
tim-s-ccs authored Jul 15, 2024
2 parents be3ba12 + 2d90ce6 commit 1d156cb
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Records breaking changes from major version bumps.

## Unreleased

Upgrade Digital Marketplace Frontend to v1.1.1

Update CCS GOV.UK Frontend Jinja to v1.2.1 (GOV.UK Frontend 5.4.1)

## 2.8.0

Update ccs-digitalmarketplace-utils to v67 which, in turn, updates flask to v3.0
Expand All @@ -12,7 +18,7 @@ Upgrade Digital Marketplace Frontend to v1.1

Make updates for change from Digital Marketplace GOV.UK Frontend to Digital Marketplace Frontend

Use CCS GOV.UK Frontend Jinja to v1.2 (GOV.UK Frontend 5.4.0)
Update CCS GOV.UK Frontend Jinja to v1.2 (GOV.UK Frontend 5.4.0)


## 2.6.0
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"author": "CCS",
"license": "MIT",
"devDependencies": {
"digitalmarketplace-frontend": "^1.1.0"
"digitalmarketplace-frontend": "^1.1.1"
}
}
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ccs-digitalmarketplace-apiclient==25.11.0
# via ccs-digitalmarketplace-utils
ccs-digitalmarketplace-utils==67.0.0
# via ccs-digitalmarketplace-frontend-jinja
ccs-govuk-frontend-jinja==1.2.0
ccs-govuk-frontend-jinja==1.2.1
# via ccs-digitalmarketplace-frontend-jinja
certifi==2024.7.4
# via requests
Expand Down
2 changes: 1 addition & 1 deletion tests/test_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_403(self, client):

assert doc.xpath("//title")[0].text_content().strip() == 'Access denied - 403 – Digital Marketplace'

breadcrumbs = doc.xpath("//main/div/ol/li")
breadcrumbs = doc.xpath("//main/nav/ol/li")

assert breadcrumbs[0].xpath('./a[@class="govuk-breadcrumbs__link"][@href="/"]')[0].text_content() == \
'Admin home'
Expand Down

0 comments on commit 1d156cb

Please sign in to comment.