Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
alikon committed Dec 29, 2024
1 parent a0282ca commit 8bbd6f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ describe('Test in backend that the content history list', () => {
.then(cy.wrap) // Wrap the body for further Cypress commands
.find('a') // Find the anchor tag containing the string
.should('contain.text', formattedDate); // The expected text
cy.get("button.button-close.btn-close").click();
cy.get('button.button-close.btn-close').click();
});
});

0 comments on commit 8bbd6f1

Please sign in to comment.