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 d703e7f commit ed10d91Copy full SHA for ed10d91
ui-tests/cypress/e2e/dashboard/dashboards/dashboards.cy.js
@@ -25,7 +25,7 @@ describe('Create New Custom Dashboard', () => {
25
dashboardsHelper.closeNotification();
26
dashboardsHelper.clickNewWidgetButton();
27
28
- dashboardsHelper.selectSourceApp("Demo App");
+ dashboardsHelper.selectSourceApp("default");
29
dashboardsHelper.selectVisualizationType(VISUALIZATION_TYPE.TIME_SERIES);
30
dashboardsHelper.selectMetric("New Sessions");
31
dashboardsHelper.clickCreateWidgetButton();
0 commit comments