Skip to content

Commit 78a82c2

Browse files
committed
Added wrong text verify just for get the video
1 parent 83a633a commit 78a82c2

File tree

1 file changed

+2
-1
lines changed
  • ui-tests/cypress/lib/dashboard/manage/reports

1 file changed

+2
-1
lines changed

ui-tests/cypress/lib/dashboard/manage/reports/reports.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ const openReportPreviewButton = (index = 0) => {
207207

208208
const verifyReportPreviewPageImage = () => {
209209
cy.verifyElement({
210-
element: reportsPreviewElements.COUNTLY_LOGO
210+
element: reportsPreviewElements.COUNTLY_LOGO,
211+
elementText: "Countly"
211212
});
212213

213214
cy.verifyElement({

0 commit comments

Comments
 (0)