Skip to content

Commit

Permalink
bug/IVYPORTAL-17514-Fix-GUI-tests-LE
Browse files Browse the repository at this point in the history
- Update LanguageSettingTest
  • Loading branch information
lmluat-axonivy committed Aug 26, 2024
1 parent ed290fd commit f8c80b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public void testChangeLanguage() {
assertEquals("Prozesse", mainMenuPage.getProcessMenuItemText());
userProfilePage = newDashboardPage.openMyProfilePage();
userProfilePage.selectLanguage(1);
userProfilePage.inputFormattingLanguage("English");
userProfilePage.save();
mainMenuPage = userProfilePage.openMainMenu();
mainMenuPage.waitPageLoaded();
Expand Down

0 comments on commit f8c80b4

Please sign in to comment.