From fe84f3d8e42c3099d1f09d9db54e72ea5db7f3b6 Mon Sep 17 00:00:00 2001 From: Mikhail Volkov Date: Thu, 1 Feb 2024 16:59:02 -0500 Subject: [PATCH] Formatting --- CHANGELOG.md | 2 +- cypress/integration/01-view-panel.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bed2da..9ad3b7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - Updated README and documentation (#214) - Add visual editor for working with data sources (#211) -- Update ESLint configuration and refactoring +- Update ESLint configuration and refactoring (#237) ## 5.1.0 (2023-08-11) diff --git a/cypress/integration/01-view-panel.test.ts b/cypress/integration/01-view-panel.test.ts index 46d4adb..69b2416 100644 --- a/cypress/integration/01-view-panel.test.ts +++ b/cypress/integration/01-view-panel.test.ts @@ -4,9 +4,9 @@ import { TEST_IDS } from '../../src/constants'; /** * Dashboard */ - const testedPanelTitle = 'Bar Chart'; const uid = 'fdd5dbe3-794c-4441-9d1c-024a537bbe99'; + /** * Selector */