Skip to content

Commit ed10d91

Browse files
committed
Fixed app name
1 parent d703e7f commit ed10d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-tests/cypress/e2e/dashboard/dashboards/dashboards.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('Create New Custom Dashboard', () => {
2525
dashboardsHelper.closeNotification();
2626
dashboardsHelper.clickNewWidgetButton();
2727

28-
dashboardsHelper.selectSourceApp("Demo App");
28+
dashboardsHelper.selectSourceApp("default");
2929
dashboardsHelper.selectVisualizationType(VISUALIZATION_TYPE.TIME_SERIES);
3030
dashboardsHelper.selectMetric("New Sessions");
3131
dashboardsHelper.clickCreateWidgetButton();

0 commit comments

Comments
 (0)