Skip to content

Commit b499f70

Browse files
Update packages/vue-labs/src/components/FTable/FTable.cy.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1a837fc commit b499f70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/vue-labs/src/components/FTable/FTable.cy.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,5 +2182,7 @@ describe("columns", () => {
21822182
table.header(1).should("contain.text", "foo");
21832183
cy.get("button").click();
21842184
table.header(1).should("contain.text", "bar");
2185+
cy.get("button").click();
2186+
table.header(1).should("contain.text", "foo");
21852187
});
21862188
});

0 commit comments

Comments
 (0)