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 */