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 f7effbb commit 51e2c0dCopy full SHA for 51e2c0d
tests/unit/specs/ve-table-common.spec.js
@@ -16,7 +16,7 @@ describe("veTable common", () => {
16
clearMockElementMeasurement("clientWidth");
17
});
18
19
- it("horizontal scroll state", async () => {
+ it("horizontal scroll effect", async () => {
20
mockElementMeasurement("scrollWidth", 1200);
21
mockElementMeasurement("clientWidth", 900);
22
0 commit comments