We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2aff0 commit 112431dCopy full SHA for 112431d
tests/unit/specs/ve-table-header-fixed.spec.js
@@ -94,9 +94,9 @@ describe("veTable header fixed", () => {
94
},
95
});
96
97
- expect(wrapper.find(".ve-table-container").attributes("style")).toBe(
98
- "max-height: 200px;",
99
- );
+ expect(
+ wrapper.find(".ve-table-container").attributes("style"),
+ ).toContain("max-height: 200px;");
100
101
102
it("fixedHeader props", () => {
0 commit comments