freeipa/ipatests/test_webui
Felipe Barreto a5bd7bf766 WebUI Tests: changing the ActionsChains.move_to_element to a new approach
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>
2018-02-16 09:57:07 +01:00
..
__init__.py Add marker needs_ipaapi and option to skip tests 2017-12-11 20:40:06 +01:00
data_group.py TESTS: Update group type name 2016-11-14 18:08:15 +01:00
data_hbac.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
data_hostgroup.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
data_idviews.py WebUI test: ID views 2016-03-11 11:52:25 +01:00
data_netgroup.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
data_sudo.py Web UI integration tests: PEP8 fixes 2013-07-26 13:35:12 +02:00
data_user.py WebUI: Test creating user without private group 2016-04-15 10:17:20 +02:00
data_vault.py TESTS WebUI: Vaults management 2017-03-14 10:40:10 +01:00
README Upstream Web UI tests 2013-07-16 13:15:59 +02:00
task_range.py webui: use domain name instead of domain SID in idrange adder dialog 2014-11-24 14:43:09 +01:00
test_automember.py Remove navigation using breadcrumb menus 2016-07-27 19:18:40 +02:00
test_automount.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_cert.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_config.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_delegation.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_dns.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_group.py WebUI Tests: fixing test_group 2018-02-16 09:57:07 +01:00
test_hbac.py WebUI Tests: fixing test_hbac 2018-02-16 09:57:07 +01:00
test_host.py Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_hostgroup.py Remove unused imports 2015-12-23 07:59:22 +01:00
test_idviews.py Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_krbtpolicy.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_navigation.py WebUI Tests: fixing test_navigation 2018-02-16 09:57:07 +01:00
test_netgroup.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_pwpolicy.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_range.py WebUI Tests: fixing test_range test case 2018-02-16 09:57:07 +01:00
test_rbac.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_realmdomains.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_selfservice.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_selinuxusermap.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_service.py Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_sudo.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_trust.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_user.py Remove the message attribute from exceptions 2017-10-06 09:19:46 +02:00
test_vault.py TESTS WebUI: Vaults management 2017-03-14 10:40:10 +01:00
ui_driver.py WebUI Tests: changing the ActionsChains.move_to_element to a new approach 2018-02-16 09:57:07 +01:00

http://www.freeipa.org/page/Web_UI_Integration_Tests