Skip to content

Commit 9df56f1

Browse files
authored
Update @gravity-ui/chartkit 7.18.0 > 7.18.1 (#3070)
1 parent ac6b9a8 commit 9df56f1

File tree

8 files changed

+11
-9
lines changed

8 files changed

+11
-9
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@diplodoc/transform": "^4.60.2",
7272
"@gravity-ui/app-layout": "^2.1.0",
7373
"@gravity-ui/browserslist-config": "^4.3.0",
74-
"@gravity-ui/chartkit": "^7.18.0",
74+
"@gravity-ui/chartkit": "^7.18.1",
7575
"@gravity-ui/dashkit": "^9.1.3",
7676
"@gravity-ui/date-utils": "^2.5.6",
7777
"@gravity-ui/expresskit": "^2.4.0",
Loading
Loading
Loading
Loading
Loading

tests/opensource-suites/wizard/visualizations/scatter/coloring.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ datalensTest.describe('Wizard', () => {
4242
await wizardPage.colorDialog.apply();
4343

4444
await expect(previewLoader).not.toBeVisible();
45+
// move the cursor so that there are no hovered elements on the chart
46+
await page.mouse.move(0, 0);
4547
await expect(chart).toHaveScreenshot();
4648
},
4749
);

0 commit comments

Comments
 (0)