Skip to content

Commit fe02379

Browse files
committed
add testcase of issue #179 for issue #326.
1 parent 5101fd5 commit fe02379

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
{
2+
"id": "eca43f2c-b332-4014-8fdb-fdb5fb252467",
3+
"version": "2.0",
4+
"name": "Issue #179",
5+
"url": "http://localhost/",
6+
"tests": [{
7+
"id": "d1568256-6d96-402e-b367-5a9a5ba6fba5",
8+
"name": "Issue #179",
9+
"commands": [{
10+
"id": "be1bbf4a-dfef-4bd9-9deb-6562bc27a90c",
11+
"comment": "",
12+
"command": "open",
13+
"target": "/issue179.html",
14+
"targets": [],
15+
"value": ""
16+
}, {
17+
"id": "05039a44-185b-4d80-8b5c-dc6ad11014ce",
18+
"comment": "",
19+
"command": "type",
20+
"target": "name=id",
21+
"targets": [],
22+
"value": "scott"
23+
}, {
24+
"id": "c2a3df2b-3776-43b1-b522-c16e317d2f3d",
25+
"comment": "",
26+
"command": "type",
27+
"target": "name=password",
28+
"targets": [],
29+
"value": "tiger"
30+
}, {
31+
"id": "6c664e0a-6176-4d86-99f7-1ce883912437",
32+
"comment": "",
33+
"command": "click",
34+
"target": "id=login",
35+
"targets": [],
36+
"value": ""
37+
}, {
38+
"id": "4c07b663-06ab-4b44-b418-cf5692241587",
39+
"comment": "",
40+
"command": "waitForElementPresent",
41+
"target": "id=nav-item-1",
42+
"targets": [],
43+
"value": "10000"
44+
}, {
45+
"id": "01e9d8ee-f4e3-43d0-8149-07a2616136fc",
46+
"comment": "",
47+
"command": "mouseOver",
48+
"target": "id=nav-item-1",
49+
"targets": [],
50+
"value": ""
51+
}, {
52+
"id": "52a914b2-1358-4314-bd87-8bface334ab1",
53+
"comment": "",
54+
"command": "waitForElementVisible",
55+
"target": "id=menu-item-1-link",
56+
"targets": [],
57+
"value": "10000"
58+
}, {
59+
"id": "b49e4ae7-99ca-4f41-b0f5-1f8c4f4414f0",
60+
"comment": "",
61+
"command": "click",
62+
"target": "id=menu-item-1-link",
63+
"targets": [],
64+
"value": ""
65+
}, {
66+
"id": "0478aa6e-5208-4e6f-b8e9-366bf9702001",
67+
"comment": "",
68+
"command": "type",
69+
"target": "name=q",
70+
"targets": [],
71+
"value": "selenium"
72+
}, {
73+
"id": "e24c57dd-4c85-4790-96f9-ab3a6250a456",
74+
"comment": "",
75+
"command": "click",
76+
"target": "css=input[type=\"submit\"]",
77+
"targets": [],
78+
"value": ""
79+
}]
80+
}],
81+
"suites": [{
82+
"id": "3c6410c4-642a-4dbc-b151-0ac3a3df9870",
83+
"name": "Default Suite",
84+
"persistSession": false,
85+
"parallel": false,
86+
"timeout": 300,
87+
"tests": ["d1568256-6d96-402e-b367-5a9a5ba6fba5"]
88+
}],
89+
"urls": ["http://localhost/"],
90+
"plugins": []
91+
}

0 commit comments

Comments
 (0)