From d6be8d6330b33c2956556b92007c31f0d89fbd0c Mon Sep 17 00:00:00 2001 From: Thai Phan Date: Fri, 27 Dec 2024 14:42:12 +0700 Subject: [PATCH] IVYPORTAL-18222: Fixed notification screenshot test --- .../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"); }