Skip to content

Commit

Permalink
Update end-to-end/cypress/e2e/portal/pages/publication.cy.js
Browse files Browse the repository at this point in the history
Co-authored-by: Nikolay Akhmetov <[email protected]>
  • Loading branch information
austenem and NickAkhmetov authored Oct 22, 2024
1 parent e108d05 commit d09e35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end-to-end/cypress/e2e/portal/pages/publication.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe("Publication page", () => {
.should("contain", "Kidney (Left)")
.and("contain", "Spleen");
});
it("has a publication date, which is labeled as a preprint date", () => {
it("has a publication date", () => {
cy.findByTestId("publication-date")
.should("contain", "2024-09-27")
.and("contain", "Publication Date");
Expand Down

0 comments on commit d09e35d

Please sign in to comment.