From e4804b9b0767770c17d3d9ba6b9358383a755f59 Mon Sep 17 00:00:00 2001 From: Tung Le Date: Mon, 25 Nov 2024 18:47:52 +0700 Subject: [PATCH] IVYPORTAL-17982 Various or urgent requests in IVYPORTAL - S268 > Added New and Noteworth 12, update screenshot --- .../document/screenshot/PortalCasesScreenshotTest.java | 2 ++ .../source/portal-developer-guide/introduction/index.rst | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/AxonIvyPortal/portal-selenium-test/src_test/com/axonivy/portal/selenium/document/screenshot/PortalCasesScreenshotTest.java b/AxonIvyPortal/portal-selenium-test/src_test/com/axonivy/portal/selenium/document/screenshot/PortalCasesScreenshotTest.java index 46cf1803ebb..ffd8a3412be 100644 --- a/AxonIvyPortal/portal-selenium-test/src_test/com/axonivy/portal/selenium/document/screenshot/PortalCasesScreenshotTest.java +++ b/AxonIvyPortal/portal-selenium-test/src_test/com/axonivy/portal/selenium/document/screenshot/PortalCasesScreenshotTest.java @@ -11,6 +11,7 @@ import com.axonivy.portal.selenium.common.ScreenshotBaseTest; import com.axonivy.portal.selenium.common.ScreenshotMargin; import com.axonivy.portal.selenium.common.ScreenshotUtils; +import com.axonivy.portal.selenium.common.Sleeper; import com.axonivy.portal.selenium.common.TestAccount; import com.axonivy.portal.selenium.common.Variable; import com.axonivy.portal.selenium.common.WaitHelper; @@ -58,6 +59,7 @@ public void screenshotCasesNavigate() throws IOException { ScreenshotUtils.resizeBrowser(new Dimension(SCREENSHOT_WIDTH, 600)); mainMenuPage.closeMainMenu(); caseWidgetPage.clickOnCaseActionLink(0); + Sleeper.sleep(500); // use Sleeper to wait actions memu display clearly ScreenshotUtils.capturePageScreenshot(ScreenshotUtils.CASE_WIDGET_FOLDER + "case-key-information"); } diff --git a/Documentation/portal-guide/source/portal-developer-guide/introduction/index.rst b/Documentation/portal-guide/source/portal-developer-guide/introduction/index.rst index 164fbc47c64..a70a1ef683c 100644 --- a/Documentation/portal-guide/source/portal-developer-guide/introduction/index.rst +++ b/Documentation/portal-guide/source/portal-developer-guide/introduction/index.rst @@ -6,6 +6,13 @@ Introduction Portal Developer Guide provides information to set up, configure, customize Portal so that it could fit customer need. +.. _introduction-new-and-note-worthy-12.0: + +New & Noteworthy 12 +------------------- + +Check out more information on `release 12.0 `__. + .. _introduction-new-and-note-worthy-11.2: New & Noteworthy 11