mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ML] Stabilize Anomaly Explorer embeddable functional tests (#96421)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
879af7f14b
commit
2582522c66
2 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await PageObjects.dashboard.clickCreateDashboardPrompt();
|
||||
await ml.dashboardEmbeddables.assertDashboardIsEmpty();
|
||||
await dashboardAddPanel.clickOpenAddPanel();
|
||||
await dashboardAddPanel.ensureAddPanelIsShowing();
|
||||
await dashboardAddPanel.clickAddNewEmbeddableLink('ml_anomaly_charts');
|
||||
await ml.dashboardJobSelectionTable.assertJobSelectionTableExists();
|
||||
await a11y.testAppSnapshot();
|
||||
|
|
|
@ -88,6 +88,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await PageObjects.dashboard.clickCreateDashboardPrompt();
|
||||
await ml.dashboardEmbeddables.assertDashboardIsEmpty();
|
||||
await dashboardAddPanel.clickOpenAddPanel();
|
||||
await dashboardAddPanel.ensureAddPanelIsShowing();
|
||||
await dashboardAddPanel.clickAddNewEmbeddableLink('ml_anomaly_charts');
|
||||
await ml.dashboardJobSelectionTable.assertJobSelectionTableExists();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue