Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IVYPORTAL-17982 Various or urgent requests in IVYPORTAL - S268 > Adde… #1268

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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");
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://dev.axonivy.com/news/12.0>`__.

.. _introduction-new-and-note-worthy-11.2:

New & Noteworthy 11
Expand Down
Loading