Skip to content

Commit 34c2990

Browse files
committed
Updated username
1 parent 951e0ed commit 34c2990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('Create New Custom Dashboard', () => {
1717
});
1818

1919
it(`
20-
Create custom dashboard with widgets and email report with this parameters:
20+
Create a custom dashboard with a widget and an email report with these parameters:
2121
//***Dashboard***
2222
Dashboard Visibility: All Users (default)
2323
//***Widget***
@@ -43,7 +43,7 @@ describe('Create New Custom Dashboard', () => {
4343
dashboardsHelper.verifyCustomDashboardElements({
4444
dashboardName: dashboard.dashboardName,
4545
createdTime: "just now",
46-
createdBy: user.username,
46+
createdBy: "[email protected]",
4747
});
4848

4949
dashboardsHelper.clickNewWidgetButton();

0 commit comments

Comments
 (0)