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