Skip to content

Commit

Permalink
IVYPORTAL-18222: Fixed notification screenshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvthai-axonivy committed Dec 27, 2024
1 parent fbed7b2 commit d6be8d6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public void screenshotNotification() throws IOException{
ScreenshotUtils.executeDecorateJs("highlightNotificationIcon()");
ScreenshotUtils.captureHalfRightPageScreenShot(ScreenshotUtils.NOTIFICATION_FOLDER + "notification-panel");

ScreenshotUtils.resizeBrowser(new Dimension(1400, 1000));
notificationPanel.openNotificationFullPage();
ScreenshotUtils.capturePageScreenshot(ScreenshotUtils.NOTIFICATION_FOLDER + "notification-full-page");
}
Expand Down

0 comments on commit d6be8d6

Please sign in to comment.