We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b19e23 commit bcdb165Copy full SHA for bcdb165
tests/e2e/pageObjects/components/insights-panel.ts
@@ -5,7 +5,7 @@ import { ExploreTab } from './explore-tab';
5
6
export class InsightsPanel {
7
// CONTAINERS
8
- sidePanel = Selector('[data-testid=insights-panel]');
+ sidePanel = Selector('[data-testid=side-panels-insights]');
9
explorePanelButton = Selector('[data-testid=insights-trigger]');
10
closeButton = Selector('[data-testid=close-insights-btn]');
11
activeTab = Selector('[class*=euiTab-isSelected]');
0 commit comments