Skip to content

Commit 57b1685

Browse files
committed
Added hasImage logoFound expect
1 parent 6d81950 commit 57b1685

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
@@ -130,7 +130,7 @@ describe('Create New Custom Dashboard', () => {
130130
checkText: true
131131
}
132132
}).then((result) => {
133-
//expect(result.logoFound).to.be.true;
133+
expect(result.logoFound).to.be.true;
134134
//expect(result.hasImage).to.be.true;
135135
//expect(result.text).to.include("Sent by Countly | Unsubscribe");
136136
//expect(result.text).to.include("Report settings | Get help");

0 commit comments

Comments
 (0)