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-add-nested-groups.html | 91 ---------------------- 1 file changed, 91 deletions(-) delete mode 100644 install/ui/test/functional/group-add-nested-groups.html (limited to 'install/ui/test/functional/group-add-nested-groups.html') diff --git a/install/ui/test/functional/group-add-nested-groups.html b/install/ui/test/functional/group-add-nested-groups.html deleted file mode 100644 index 7d961869..00000000 --- a/install/ui/test/functional/group-add-nested-groups.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - -Add Group - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Add Group
open/ipa/ui/#navigation=identity&identity=group
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']
clicklink=Add
typecntestgroup2
typedescriptionTest Group 2
click//button[2]
waitForNotVisible//span[@id='header-network-activity-indicator']
typecntestgroup3
typedescriptionTest Group 3
click//button[1]
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']
- - -- cgit