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

Stop using a private splinter API in the Cockpit test cases #221

Closed
3 tasks
ncoghlan opened this issue Jun 26, 2017 · 0 comments
Closed
3 tasks

Stop using a private splinter API in the Cockpit test cases #221

ncoghlan opened this issue Jun 26, 2017 · 0 comments

Comments

@ncoghlan
Copy link
Contributor

The Cockpit plugin test cases are currently using a private interface in the splinter API to check whether or not the Import App button has been enabled yet (import_button._element.is_enabled).

The splinter devs are open to the idea of providing a public API to check whether or a component is enabled, similar to the current one for checking component visibility: cobrateam/splinter#544

This issue tracks the steps needed to eliminate the use of the private API from the LeApp test suite:

@vinzenz vinzenz closed this as completed Apr 5, 2018
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

No branches or pull requests

2 participants