Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webtest14 #45

Merged
merged 3 commits into from
Oct 27, 2023
Merged

Webtest14 #45

merged 3 commits into from
Oct 27, 2023

Conversation

ivy-rew
Copy link
Member

@ivy-rew ivy-rew commented Oct 27, 2023

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 27, 2023

Test Results

69 tests  ±0   12 ✔️ ±0   1m 14s ⏱️ -29s
12 suites ±0     0 💤 ±0 
12 files   ±0     2 ±0   55 🔥 ±0 

For more details on these failures and errors, see this check.

Results for commit 3bf7d6d. ± Comparison against base commit cd3d4fa.

This pull request removes 1 and adds 1 tests. Note that renamed tests count towards both.
com.axonivy.utils.persistence.webtest.WebTestDemoIT ‑ testAddNewDepartment
com.axonivy.utils.persistence.webtest.WebTestDemoIT ‑ testAddNewDepartment(WebAppFixture)

♻️ This comment has been updated with latest results.

@ivy-rew ivy-rew marked this pull request as ready for review October 27, 2023 13:17
Comment on lines -186 to -191
private static void startLoginAsAdmin() {
open(EngineUrl.base() + "default-workflow/faces/login.xhtml");

$(By.id("loginForm:userName")).shouldBe(enabled).sendKeys("jpa_admin");
$(By.id("loginForm:password")).shouldBe(enabled).sendKeys("jpa_admin");
$(By.id("loginForm:login")).shouldBe(enabled).click();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from 10.0.14 onwards we have an official api to do the login.
so we are responsible to keep it stable among ivy-versions.

@ivy-rew ivy-rew requested a review from peters-axon October 27, 2023 13:19
@ivy-rew ivy-rew merged commit 920c69c into master Oct 27, 2023
@ivy-rew ivy-rew deleted the webtest14 branch October 27, 2023 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants