Skip to content

Commit

Permalink
MAJ du DSFR en 1.13.0 (#915)
Browse files Browse the repository at this point in the history
* update dsfr package version

* fix audit update notes test

* update changelog
  • Loading branch information
bellangerq authored Jan 10, 2025
1 parent 4748f94 commit 8c7d8f3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Tous les changements notables de Ara sont documentés ici avec leur date, leur catégorie (nouvelle fonctionnalité, correction de bug ou autre changement) et leur pull request (PR) associée.

## 10/01/2025

### Autres changements ⚙️

- Mise à jour du DSFR en version `1.13.0` ([#915](https://github.com/DISIC/Ara/pull/915))

## 18/12/2024

### Corrections 🐛
Expand Down
2 changes: 1 addition & 1 deletion confiture-web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"postinstall": "cp ../ROADMAP.md ../CHANGELOG.md ./src/assets"
},
"dependencies": {
"@gouvfr/dsfr": "1.12.1",
"@gouvfr/dsfr": "1.13.0",
"@sentry/tracing": "^7.37.2",
"@sentry/vue": "^7.37.2",
"@unhead/vue": "^1.5.3",
Expand Down
9 changes: 7 additions & 2 deletions cypress/e2e/audit.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,17 @@ describe("Audit", () => {
cy.createTestAudit().then(({ editId }) => {
cy.visit(`http://localhost:3000/audits/${editId}/generation`);

cy.contains("Annoter l’audit").click();
cy.get(".notes-item:last-of-type")
.contains("button", "Annoter l’audit")
.click();
cy.getByLabel("Remarques et recommandations générales")
.clear()
.type("Annotations de l’audit");
cy.get("dialog#notes-modal").contains("button", "Fermer").click();
cy.contains("Annoter l’audit").click();

cy.get(".notes-item:last-of-type")
.contains("button", "Annoter l’audit")
.click();
cy.contains("Annotations de l’audit");
});
});
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -857,10 +857,10 @@
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.55.0.tgz#b721d52060f369aa259cf97392403cb9ce892ec6"
integrity sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==

"@gouvfr/dsfr@1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@gouvfr/dsfr/-/dsfr-1.12.1.tgz#c25df1df5d3bacc4b847a1856c1d7f22219304a8"
integrity sha512-2zXBHSDjjlaNcxGtqbPQN/vyjJQKIRUP3CKOYoodj2/45pAWM1AXo3kCwXFLUo5kQOltShZUquQ7hSeVg4RRtA==
"@gouvfr/dsfr@1.13.0":
version "1.13.0"
resolved "https://registry.yarnpkg.com/@gouvfr/dsfr/-/dsfr-1.13.0.tgz#5f9661d3093acea8fd4fa9154ad948f051ad5998"
integrity sha512-I6JLYfE63dogk5qOx69gMfW/bKsm+daFgfx2QX75isbKBy5khlJdVxOD0A6ohvywvUJlEcZTmVK8rNHeVvGmgw==

"@hapi/hoek@^9.0.0":
version "9.3.0"
Expand Down

0 comments on commit 8c7d8f3

Please sign in to comment.