Skip to content

Commit

Permalink
IVYPORTAL-17649 Create sprint release > Fix GUI tests (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
lttung-axonivy authored Sep 17, 2024
1 parent 7b870ac commit 39be31c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ public void testCustomWidgetsInCaseDetails() throws IOException {

setupCaseDetailsWithIFrameURL();
String url = detailsPage.getIFrameURLOfCustomWidget();
assertTrue(url.contains("www.axonivy.com"));
assertTrue(url.contains("www.example.com"));

setupCaseDetailsWith2Panels();
assertTrue(detailsPage.isCustomMiddlePanelDisplay());
Expand Down

0 comments on commit 39be31c

Please sign in to comment.