~ubuntu-branches/ubuntu/raring/freeipa/raring

« back to all changes in this revision

Viewing changes to install/ui/test/functional/host-add.html

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2012-03-22 00:17:10 UTC
  • Revision ID: package-import@ubuntu.com-20120322001710-pyratwr2bfml6bin
Tags: upstream-2.1.4
ImportĀ upstreamĀ versionĀ 2.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
4
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
 
5
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
6
<link rel="selenium.base" href="https://localhost/" />
 
7
<title>Add Host</title>
 
8
</head>
 
9
<body>
 
10
<table cellpadding="1" cellspacing="1" border="1">
 
11
<thead>
 
12
<tr><td rowspan="1" colspan="3">Add Host</td></tr>
 
13
</thead><tbody>
 
14
<tr>
 
15
        <td>open</td>
 
16
        <td>/ipa/ui/#navigation=identity&amp;identity=host</td>
 
17
        <td></td>
 
18
</tr>
 
19
<tr>
 
20
        <td>waitForNotVisible</td>
 
21
        <td>//span[@id='header-network-activity-indicator']</td>
 
22
        <td></td>
 
23
</tr>
 
24
<tr>
 
25
        <td>verifyElementNotPresent</td>
 
26
        <td>css=.entity[name='host'] .facet[name='search'] input[value='test.example.com']</td>
 
27
        <td></td>
 
28
</tr>
 
29
<tr>
 
30
        <td>click</td>
 
31
        <td>link=Add</td>
 
32
        <td></td>
 
33
</tr>
 
34
<tr>
 
35
        <td>type</td>
 
36
        <td>fqdn</td>
 
37
        <td>test.example.com</td>
 
38
</tr>
 
39
<tr>
 
40
        <td>click</td>
 
41
        <td>force</td>
 
42
        <td></td>
 
43
</tr>
 
44
<tr>
 
45
        <td>click</td>
 
46
        <td>//button[@type='button']</td>
 
47
        <td></td>
 
48
</tr>
 
49
<tr>
 
50
        <td>waitForNotVisible</td>
 
51
        <td>//span[@id='header-network-activity-indicator']</td>
 
52
        <td></td>
 
53
</tr>
 
54
<tr>
 
55
        <td>verifyElementPresent</td>
 
56
        <td>css=.entity[name='host'] .facet[name='search'] input[value='test.example.com']</td>
 
57
        <td></td>
 
58
</tr>
 
59
</tbody></table>
 
60
</body>
 
61
</html>