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

fix(ui5-combobox): fix failing test #8220

Merged
merged 2 commits into from
Feb 1, 2024
Merged

fix(ui5-combobox): fix failing test #8220

merged 2 commits into from
Feb 1, 2024

Conversation

niyap
Copy link
Contributor

@niyap niyap commented Feb 1, 2024

FIXES: #8219

await dialogInput.keys("Bu");

await dialogInput.shadow$("input").click();
await dialogInput.shadow$("input").keys('Bu');
Copy link
Contributor

Choose a reason for hiding this comment

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

keys should be triggered by browser.keys() when the element is focused

@niyap niyap merged commit 888bcd0 into main Feb 1, 2024
8 checks passed
@niyap niyap deleted the cbmobilefailingtest branch February 1, 2024 14:33
tsanislavgatev pushed a commit that referenced this pull request Feb 20, 2024
* fix(ui5-combobox): fix failing test

* fix(ui5-combobox): fix failing test

---------

Co-authored-by: Nia Peeva <niya.peeva@sap.com>
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.

[ui5-combobx]: regularly failing test
2 participants