From 19135a0d00715a6db618763bef53411eb8bbf199 Mon Sep 17 00:00:00 2001 From: Thai Phan <117443490+pvthai-axonivy@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:47:03 +0700 Subject: [PATCH] IVYPORTAL-18222: Fixed notification screenshot test (#1354) (cherry picked from commit 517c6e9dae15b02df67c66cd43cbc122ee222b55) --- .../selenium/document/screenshot/NotificationScreenshotTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/AxonIvyPortal/portal-selenium-test/src_test/com/axonivy/portal/selenium/document/screenshot/NotificationScreenshotTest.java b/AxonIvyPortal/portal-selenium-test/src_test/com/axonivy/portal/selenium/document/screenshot/NotificationScreenshotTest.java index bf691fdb3a8..974f8bb0de4 100644 --- a/AxonIvyPortal/portal-selenium-test/src_test/com/axonivy/portal/selenium/document/screenshot/NotificationScreenshotTest.java +++ b/AxonIvyPortal/portal-selenium-test/src_test/com/axonivy/portal/selenium/document/screenshot/NotificationScreenshotTest.java @@ -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"); }