Skip to content

Commit

Permalink
Change Ivy Login Url for the test showDatatableRepo
Browse files Browse the repository at this point in the history
  • Loading branch information
phhung-axonivy committed Dec 17, 2024
1 parent ac8e1fa commit c01a0ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*
*/
@IvyTest
@IvyWebTest(headless = true)
@IvyWebTest
@TestMethodOrder(OrderAnnotation.class)
public class ProductListDemoWebIT {

Expand All @@ -46,7 +46,7 @@ public void createTestData() {
public void showDatatableRepo(@Named("tester") IUser tester) {
assertThat(tester.getDisplayName()).isEqualTo("Tester");

open(EngineUrl.base() + "default-workflow/faces/loginTable.xhtml");
open(EngineUrl.base() + "/dev-workflow-ui/faces/loginTable.xhtml");

$(By.xpath("//tr[@data-rk='Tester']")).$(By.tagName("td")).shouldBe(visible).click();

Expand Down

0 comments on commit c01a0ad

Please sign in to comment.