We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457fcfa commit a382570Copy full SHA for a382570
1 file changed
frontend/tests/event.js
@@ -76,6 +76,8 @@ Quand("je sélectionne le fragment de texte :", (text) => {
76
Quand("je réutilise {string} comme glose", function (title) {
77
cy.get('.select-document').click();
78
cy.get('input[placeholder="Search documents"]').type(title);
79
+ cy.get('.existingDocument').first().find('strong').should('contain', title);
80
+ cy.get('.existingDocument').first().find('i').should('exist');
81
cy.get('.existingDocument').first().click();
82
});
83
0 commit comments