Skip to content

Commit

Permalink
IVYPORTAL-18222: Fixed notification screenshot test (#1354)
Browse files Browse the repository at this point in the history
(cherry picked from commit 517c6e9)
  • Loading branch information
pvthai-axonivy committed Dec 27, 2024
1 parent 5f15fd3 commit 19135a0
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 19135a0

Please sign in to comment.