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/host-mod.html | 101 ------------------------------- 1 file changed, 101 deletions(-) delete mode 100644 install/ui/test/functional/host-mod.html (limited to 'install/ui/test/functional/host-mod.html') diff --git a/install/ui/test/functional/host-mod.html b/install/ui/test/functional/host-mod.html deleted file mode 100644 index b2d64bef..00000000 --- a/install/ui/test/functional/host-mod.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - -Edit Host - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Edit Host
open/ipa/ui/#navigation=identity&identity=host
waitForNotVisible//span[@id='header-network-activity-indicator']
verifyElementPresentcss=.entity[name='host'] .facet[name='search'] input[value='test.example.com']
clicklink=test.example.com
waitForNotVisible//span[@id='header-network-activity-indicator']
typedescription
typeKeysdescriptionxxx
verifyTextPresentundo
clicklink=Update
waitForNotVisible//span[@id='header-network-activity-indicator']
verifyTextNotPresentundo
typedescription
typeKeysdescriptionTest Host
verifyTextPresentundo
clicklink=Update
waitForNotVisible//span[@id='header-network-activity-indicator']
verifyTextNotPresentundo
- - -- cgit