Skip to content

Commit

Permalink
Update tests for the changed Log position
Browse files Browse the repository at this point in the history
  • Loading branch information
insmac committed Sep 15, 2023
1 parent 993989d commit 9e98cfd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ describe("questdb grid", () => {
cy.wait(100);

cy.getGridRows()
.should("have.length", 5)
.should("have.length", 8)
.getGridRow(0)
.should("contain", "1");

cy.getGridViewport().scrollTo("bottom");
cy.getGridRows().should("have.length", 5);
cy.getGridRow(0).should("contain", "96");
cy.getGridRows().should("have.length", 8);
cy.getGridRow(0).should("contain", "93");
cy.matchImageSnapshot();
});

Expand Down

0 comments on commit 9e98cfd

Please sign in to comment.