summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_automount.py
Commit message (Collapse)AuthorAgeFilesLines
* webui-ci: decorate all webui tests with screenshot decoratorPetr Vobornik2014-05-121-0/+2
| | | | Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
* Fix enablement of automount map type selectorPetr Vobornik2013-10-031-0/+36
| | | | | | Map type radio used old way of defining that its value should not be used in add command. Recent patch related to 'enable' attribute hardened/fixed the behavior of radio widgets so they are disabled in UI as well when enabled==false. Automount did not reflect this change. https://fedorahosted.org/freeipa/ticket/3954
* Web UI integration tests: PEP8 fixesPetr Vobornik2013-07-261-16/+17
| | | | | | | Tests modified to comply with PEP8 rules with exception of rule E501 (long lines). Done by autopep8 tool and 2 manual modifications. https://fedorahosted.org/freeipa/ticket/3744
* Upstream Web UI testsPetr Vobornik2013-07-161-0/+104
Documentation: http://www.freeipa.org/page/Web_UI_Integration_Tests https://fedorahosted.org/freeipa/ticket/3744