Skip to content

Commit 51e2c0d

Browse files
committed
Update ve-table-common.spec.js
1 parent f7effbb commit 51e2c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/specs/ve-table-common.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe("veTable common", () => {
1616
clearMockElementMeasurement("clientWidth");
1717
});
1818

19-
it("horizontal scroll state", async () => {
19+
it("horizontal scroll effect", async () => {
2020
mockElementMeasurement("scrollWidth", 1200);
2121
mockElementMeasurement("clientWidth", 900);
2222

0 commit comments

Comments
 (0)