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 --- install/ui/test/functional/sudocmdgroup-add.html | 61 ------------------------ 1 file changed, 61 deletions(-) delete mode 100644 install/ui/test/functional/sudocmdgroup-add.html (limited to 'install/ui/test/functional/sudocmdgroup-add.html') diff --git a/install/ui/test/functional/sudocmdgroup-add.html b/install/ui/test/functional/sudocmdgroup-add.html deleted file mode 100644 index 00064d4c..00000000 --- a/install/ui/test/functional/sudocmdgroup-add.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - -Add Sudo Command Group - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Add Sudo Command Group
open/ipa/ui/#navigation=policy&policy=sudo&sudo=sudocmdgroup
waitForNotVisible//span[@id='header-network-activity-indicator']
verifyElementNotPresentcss=.entity[name='sudocmdgroup'] .facet[name='search'] input[value='testsudocmdgroup']
clickcss=.entity[name='sudocmdgroup'] .facet[name='search'] a[title='Add']
typecntestsudocmdgroup
typedescriptionTest Sudo Command Group
click//button[@type='button']
waitForNotVisible//span[@id='header-network-activity-indicator']
verifyElementPresentcss=.entity[name='sudocmdgroup'] .facet[name='search'] input[value='testsudocmdgroup']
- - -- cgit