From ed3791d2f372257a1aab43043ea34d32bc6f610d Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 15 Aug 2013 09:53:11 +0200 Subject: Removal of deprecated selenium tests Tests were deprecated by new FreeIPA 3.3 Web UI integration tests (ticket #3744). https://fedorahosted.org/freeipa/ticket/3857 --- .../test/functional/group-del-nested-groups.html | 71 ---------------------- 1 file changed, 71 deletions(-) delete mode 100644 install/ui/test/functional/group-del-nested-groups.html (limited to 'install/ui/test/functional/group-del-nested-groups.html') diff --git a/install/ui/test/functional/group-del-nested-groups.html b/install/ui/test/functional/group-del-nested-groups.html deleted file mode 100644 index 109908f6..00000000 --- a/install/ui/test/functional/group-del-nested-groups.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - -Delete Group - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Delete Group
open/ipa/ui/#navigation=identity&identity=group
waitForNotVisible//span[@id='header-network-activity-indicator']
verifyElementPresentcss=.entity[name='group'] .facet[name='search'] input[value='testgroup2']
verifyElementPresentcss=.entity[name='group'] .facet[name='search'] input[value='testgroup3']
click//input[@name='select' and @value='testgroup2']
click//input[@name='select' and @value='testgroup3']
clicklink=Delete
click//button[@type='button']
waitForNotVisible//span[@id='header-network-activity-indicator']
verifyElementNotPresentcss=.entity[name='group'] .facet[name='search'] input[value='testgroup2']
verifyElementNotPresentcss=.entity[name='group'] .facet[name='search'] input[value='testgroup3']
- - -- cgit