Skip to content

Commit 4f9c8f5

Browse files
committed
test: e2e
1 parent b8c40d8 commit 4f9c8f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/cypress/e2e/cif/project-revision/create-first-project-revision.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ describe("when creating a project, the project page", () => {
482482
cy.findByText(/Add annual reports/i).click();
483483
cy.url().should("include", "/form/7");
484484
cy.findByRole("button", { name: /generate annual reports/i }).click();
485-
cy.get(".reportHeader").should("have.length", 5);
485+
cy.get(".reportHeader").should("have.length", 6);
486486
cy.findAllByText(/^Report Due Date$/i)
487487
.first()
488488
.next()

0 commit comments

Comments
 (0)