Skip to content

Commit

Permalink
Merge pull request #600 from axonivy-market/fix-workflow-test
Browse files Browse the repository at this point in the history
fix test no more link on task name
  • Loading branch information
ivy-lgi authored Aug 26, 2024
2 parents a021aa6 + 4c974e5 commit c6d2e19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void testInterview()
$(By.id("form:interviewLastName")).sendKeys("Muster");
$(By.id("form:saveAndPark")).click();

$$("table tr a").find(text("6.1: Save BusinessCaseData When Park Task")).click();
$(By.id("tasksForm:tasks:0:taskName")).shouldHave(text("6.1: Save BusinessCaseData When Park Task")).click();
$(By.id("taskName")).shouldHave(text("6.1: Save BusinessCaseData When Park Task"));
$(By.id("actionMenuForm:taskStartBtn")).shouldBe(visible).click();
Selenide.switchTo().frame("iFrame");
Expand Down

0 comments on commit c6d2e19

Please sign in to comment.