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

Flaky wdio test: Navigation functionality Navigation view as chw #9689

Open
dianabarsan opened this issue Dec 4, 2024 · 0 comments
Open
Labels
Flaky Indicates a flaky or unreliable test Testing Affects how the code is tested Type: Technical issue Improve something that users won't notice

Comments

@dianabarsan
Copy link
Member

Describe the issue
This test fails in both mobile and core suites with the same error:

[chrome 131.0.6778.85 linux #0-10]         as chw
[chrome 131.0.6778.85 linux #0-10]            ✖ "before all" hook for as chw
[chrome 131.0.6778.85 linux #0-10]
[chrome 131.0.6778.85 linux #0-10] 6 passing (23.7s)
[chrome 131.0.6778.85 linux #0-10] 1 failing
[chrome 131.0.6778.85 linux #0-10]
[chrome 131.0.6778.85 linux #0-10] 1) as chw "before all" hook for as chw
[chrome 131.0.6778.85 linux #0-10] element ("#password") still not displayed after 15000ms
[chrome 131.0.6778.85 linux #0-10] Error: element ("#password") still not displayed after 15000ms
[chrome 131.0.6778.85 linux #0-10]     at async setPasswordValue (/home/runner/work/cht-core/cht-core/tests/page-objects/default/login/login.wdio.page.js:132:3)
[chrome 131.0.6778.85 linux #0-10]     at async Object.login (/home/runner/work/cht-core/cht-core/tests/page-objects/default/login/login.wdio.page.js:24:3)
[chrome 131.0.6778.85 linux #0-10]     at async Context.<anonymous> (/home/runner/work/cht-core/cht-core/tests/e2e/default/navigation/navigation.wdio-spec.js:76:9)

Example run: https://github.com/medic/cht-core/actions/runs/12154250603/job/33894141551

@dianabarsan dianabarsan added Flaky Indicates a flaky or unreliable test Testing Affects how the code is tested Type: Technical issue Improve something that users won't notice labels Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Flaky Indicates a flaky or unreliable test Testing Affects how the code is tested Type: Technical issue Improve something that users won't notice
Projects
None yet
Development

No branches or pull requests

1 participant