Skip to content

Commit

Permalink
Update dashboard panel type
Browse files Browse the repository at this point in the history
  • Loading branch information
gbamparop committed Dec 13, 2024
1 parent 81bf76d commit adf2892
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await dashboard.clickNewDashboard();
await dashboard.switchToEditMode();
await dashboardAddPanel.clickEditorMenuButton();
await dashboardAddPanel.clickAddNewPanelFromUIActionLink('Pattern analysis');
await dashboardAddPanel.clickAddNewPanelFromUIActionLink('Monitors stats');
await dashboardAddPanel.expectEditorMenuClosed();
});

Expand Down

0 comments on commit adf2892

Please sign in to comment.