Skip to content

Commit

Permalink
IVYPORTAL-17649 Create sprint release (#1035)
Browse files Browse the repository at this point in the history
Fix screenshot tests
  • Loading branch information
lttung-axonivy authored Sep 13, 2024
1 parent 205444e commit ee1465c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"x": 6, "y": 0, "w": 6, "h": 8
},
"data": {
"url": "https://www.axonivy.com/"
"url": "https://www.example.com"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"permissions": [
"#demo"
],
"url": "https://www.axonivy.com/"
"url": "https://www.example.com"
},
{
"id": "express",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"h": 6
},
"data": {
"url": "https://www.axonivy.com/"
"url": "https://www.example.com"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public void waitForIFrameWidgetLoad() {
public void waitForIFrameURLWidgetLoad() {
$("[name='custom-widget-iframe-url']").shouldBe(appear, DEFAULT_TIMEOUT);
switchToIframeWithNameOrId("custom-widget-iframe-url");
$("a[href='https://www.axonivy.com']").shouldBe(Condition.visible, DEFAULT_TIMEOUT);
$("a[href='https://www.iana.org/domains/example']").shouldBe(Condition.visible, DEFAULT_TIMEOUT);
switchBackToParent();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public void clickOnShowMoreHistories() {

public void waitForIFrameURLWidgetLoad() {
switchToIframeWithNameOrId("custom-widget-iframe-url");
$("a[href='https://www.axonivy.com']").shouldBe(Condition.visible, DEFAULT_TIMEOUT);
$("a[href='https://www.iana.org/domains/example']").shouldBe(Condition.visible, DEFAULT_TIMEOUT);
switchBackToParent();

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"x": 6, "y": 8, "w": 6, "h": 11
},
"data": {
"url": "https://www.axonivy.com/"
"url": "https://www.example.com"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"x": 6, "y": 4, "w": 6, "h": 7
},
"data": {
"url": "https://www.axonivy.com/"
"url": "https://www.example.com"
}
}, {
"type": "custom",
Expand Down

0 comments on commit ee1465c

Please sign in to comment.