mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
a5bd7bf766
The approach ActionChains.move_to_element no longer works as said here [1], so, it's necessary to change it to the new one. This means, running a javascript script to move the page to where the element is. There are more details in the link [1], but in summary the w3c spec is not obvious if a click should scroll the page to the element or not. In one hand Chrome and Edge does that, but Firefox don't. As we use Firefox to run the tests, we need the workaround. [1] https://github.com/mozilla/geckodriver/issues/776 Reviewed-By: Petr Vobornik <pvoborni@redhat.com> |
||
---|---|---|
.. | ||
__init__.py | ||
data_group.py | ||
data_hbac.py | ||
data_hostgroup.py | ||
data_idviews.py | ||
data_netgroup.py | ||
data_sudo.py | ||
data_user.py | ||
data_vault.py | ||
README | ||
task_range.py | ||
test_automember.py | ||
test_automount.py | ||
test_cert.py | ||
test_config.py | ||
test_delegation.py | ||
test_dns.py | ||
test_group.py | ||
test_hbac.py | ||
test_host.py | ||
test_hostgroup.py | ||
test_idviews.py | ||
test_krbtpolicy.py | ||
test_navigation.py | ||
test_netgroup.py | ||
test_pwpolicy.py | ||
test_range.py | ||
test_rbac.py | ||
test_realmdomains.py | ||
test_selfservice.py | ||
test_selinuxusermap.py | ||
test_service.py | ||
test_sudo.py | ||
test_trust.py | ||
test_user.py | ||
test_vault.py | ||
ui_driver.py |
http://www.freeipa.org/page/Web_UI_Integration_Tests