We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dc_title
dc_isPartOf
1 parent e0d8bbe commit dc5071fCopy full SHA for dc5071f
1 file changed
frontend/tests/outcome.js
@@ -50,6 +50,10 @@ Alors("l'année de publication est {string}", (year) => {
50
cy.get('.metadata > .edition').first().should('contain', year);
51
});
52
53
+Alors("le titre de l'ouvrage est {string}", (title) => {
54
+ cy.get('.metadata > .edition').first().should('contain', title);
55
+})
56
+
57
Alors("la langue est {string}", (language) => {
58
cy.get('.metadata > .edition').first().should('contain', language);
59
0 commit comments