Skip to content

Commit bfa3275

Browse files
committed
fixed countly logo path
1 parent 06601fb commit bfa3275

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
@@ -126,7 +126,7 @@ describe('Create New Custom Dashboard', () => {
126126
cy.task("verifyPdf", {
127127
filePath: "/cypress/downloads/generated-report.pdf",
128128
options: {
129-
referenceLogoPath: "../../fixtures/testFiles/countly-logo.png",
129+
referenceLogoPath: "/cypress/fixtures/testFiles/countly-logo.png",
130130
checkText: true
131131
}
132132
}).then((result) => {

0 commit comments

Comments
 (0)