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

🐞 Element Question - Ability Aliasing not used #87

Closed
munichbughunter opened this issue Aug 12, 2024 · 0 comments · Fixed by #88
Closed

🐞 Element Question - Ability Aliasing not used #87

munichbughunter opened this issue Aug 12, 2024 · 0 comments · Fixed by #88
Assignees
Labels
bug Something isn't working needs triage

Comments

@munichbughunter
Copy link
Contributor

What is the issue?

If you want to check an element with ability aliasing it will not work because it is missing in the Element.

await actor.asks(
           Element.toBe.visible(locator).withAbilityAlias(alias),
);

Log output

No response

Steps to reproduce

 await actor.asks(
            Element.toBe.visible(locator).withAbilityAlias(alias),
 );

Testla version

Node.js v18.13.0 & Testla: 1.7.0-beta.1 & 1.6.0

Browser

All

@munichbughunter munichbughunter added bug Something isn't working needs triage labels Aug 12, 2024
@munichbughunter munichbughunter self-assigned this Aug 12, 2024
@munichbughunter munichbughunter linked a pull request Aug 12, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant