Skip to content

Commit dc5071f

Browse files
committed
FIX: dc_title and dc_isPartOf may include colons (fixes #312).
Co-authored-by: Nyrco <nicolas.ranvoisy@utt.fr> Co-authored-by: Bleumms <emeline.nerot@utt.fr>
1 parent e0d8bbe commit dc5071f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/tests/outcome.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ Alors("l'année de publication est {string}", (year) => {
5050
cy.get('.metadata > .edition').first().should('contain', year);
5151
});
5252

53+
Alors("le titre de l'ouvrage est {string}", (title) => {
54+
cy.get('.metadata > .edition').first().should('contain', title);
55+
})
56+
5357
Alors("la langue est {string}", (language) => {
5458
cy.get('.metadata > .edition').first().should('contain', language);
5559
});

0 commit comments

Comments
 (0)