Skip to content

Commit

Permalink
feature/IVYPORTAL-18044-Stabilize-screenshot-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nhthinh-axonivy committed Dec 3, 2024
1 parent 3b823dc commit f79347a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void captureScreenshotGrowlMessage() throws IOException {
taskTemplatePage.switchToIFrameOfTask();
taskTemplatePage.clickCancelButton();
ScreenshotUtils.resizeBrowser(new Dimension(1366, 800));
taskTemplatePage.switchToDefaultContent();
// taskTemplatePage.switchToDefaultContent();
newDashboardPage = new NewDashboardPage();
newDashboardPage.waitForGrowlMessageDisplayClearly();
ScreenshotUtils
Expand Down

0 comments on commit f79347a

Please sign in to comment.