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/user-mod.html | 82 -------------------------------- 1 file changed, 82 deletions(-) delete mode 100644 install/ui/test/functional/user-mod.html (limited to 'install/ui/test/functional/user-mod.html') diff --git a/install/ui/test/functional/user-mod.html b/install/ui/test/functional/user-mod.html deleted file mode 100644 index 347c74e1..00000000 --- a/install/ui/test/functional/user-mod.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - -Edit user - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Edit user
open/ipa/ui/#navigation=identity&identity=user
waitForNotVisible//span[@id='header-network-activity-indicator']
verifyElementPresentcss=.entity[name='user'] .facet[name='search'] input[value='testuser']
clicklink=testuser
waitForNotVisible//span[@id='header-network-activity-indicator']
typeKeystitleSoftware Engineer
clickcss=span[name=mail] a[name=add]
typemailtestuser@example.
typeKeysmailcom
verifyTextPresentundo
clicklink=Update
waitForNotVisible//span[@id='header-network-activity-indicator']
verifyTextNotPresentundo
- - -- cgit