Skip to content

Commit

Permalink
IVYPORTAL-18153 Fix GUI tests - testDisplayDefaultGrowlAfterFinishTas…
Browse files Browse the repository at this point in the history
…kWithoutIFrame
  • Loading branch information
lttung-axonivy committed Dec 18, 2024
1 parent 575f75c commit 851adc5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ public void inputValue(String employee, String from, String to, String represent
$(By.id("leave-request:substitute")).sendKeys(representation);
$(By.id("leave-request:from_input")).sendKeys(from);
$(By.id("leave-request:to_input")).sendKeys(to);
clickByJavaScript($("div[id$='content']"));
$("div[id$='from_panel']").shouldBe(Condition.disappear);
$("div[id$='to_panel']").shouldBe(Condition.disappear);
}

public void inputField(String cssSelector, String value) {
Expand Down

0 comments on commit 851adc5

Please sign in to comment.