Skip to content

Commit

Permalink
Fix E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl committed Nov 22, 2023
1 parent 44a543c commit c053596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/01-view-panel.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { e2e } from '@grafana/e2e';
import { TestIds } from '../../src/constants';
import { TEST_IDS } from '../../src/constants';

/**
* Dashboard
Expand Down Expand Up @@ -29,7 +29,7 @@ describe('Viewing a panel with Dynamic Text', () => {
/**
* Chart
*/
const chart = currentPanel.find(getTestIdSelector(TestIds.panel.root));
const chart = currentPanel.find(getTestIdSelector(TEST_IDS.panel.root));
chart.should('be.visible');

/**
Expand Down

0 comments on commit c053596

Please sign in to comment.