We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f9d66 commit 03e08e3Copy full SHA for 03e08e3
cypress/integration/word-list/index.spec.ts
@@ -15,7 +15,7 @@ describe("Word list with filters", function () {
15
it("should filter the table when a filter string is provided", () => {
16
cy.get('[data-cy="word-list-table"] tbody tr').as("table-rows");
17
cy.get('[data-cy="word-list-filter-input"]').click().type("ad");
18
- cy.get("@table-rows").its("length").should("eq", 4);
+ cy.get("@table-rows").its("length").should("eq", 6);
19
});
20
21
it("should show empty state when nothing returned", () => {
0 commit comments