File tree Expand file tree Collapse file tree 5 files changed +82
-1
lines changed
src/content/tests/functional/aut Expand file tree Collapse file tree 5 files changed +82
-1
lines changed Original file line number Diff line number Diff line change 2
2
<module type =" WEB_MODULE" version =" 4" >
3
3
<component name =" NewModuleRootManager" inherit-compiler-output =" true" >
4
4
<exclude-output />
5
- <content url =" file://$MODULE_DIR$" />
5
+ <content url =" file://$MODULE_DIR$" >
6
+ <sourceFolder url =" file://$MODULE_DIR$/main/src" isTestSource =" false" />
7
+ <sourceFolder url =" file://$MODULE_DIR$/main/test" isTestSource =" true" />
8
+ </content >
6
9
<orderEntry type =" sourceFolder" forTests =" false" />
7
10
</component >
8
11
<component name =" sonarModuleSettings" >
Original file line number Diff line number Diff line change
1
+ < html >
2
+ < head >
3
+ < title > Form Fields</ title >
4
+ </ head >
5
+ < body >
6
+ < form id ="some-form ">
7
+ < input type ="text " id ="field-text " name ="field-text " />
8
+ < input type ="password " id ="field-password " name ="field-password " />
9
+ </ form >
10
+ </ body >
11
+ </ html >
Original file line number Diff line number Diff line change
1
+ < html >
2
+ < head >
3
+ < title > Uploads</ title >
4
+ </ head >
5
+ < body >
6
+ < form id ="upload-form ">
7
+ < input type ="file " id ="uploaded-file " name ="uploaded-file " />
8
+ </ form >
9
+ </ body >
10
+ </ html >
Original file line number Diff line number Diff line change
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 ="chrome://selenium-ide/content/tests/functional/aut/uploads.html " />
7
+ < title > New Test</ title >
8
+ </ head >
9
+ < body >
10
+ < table cellpadding ="1 " cellspacing ="1 " border ="1 ">
11
+ < thead >
12
+ < tr > < td rowspan ="1 " colspan ="3 "> New Test</ td > </ tr >
13
+ </ thead > < tbody >
14
+ < tr >
15
+ < td > open</ td >
16
+ < td > chrome://selenium-ide/content/tests/functional/aut/uploads.html</ td >
17
+ < td > </ td >
18
+ </ tr >
19
+ < tr >
20
+ < td > type</ td >
21
+ < td > id=uploaded-file</ td >
22
+ < td > /some/absolute/path</ td >
23
+ </ tr >
24
+ < tr >
25
+ < td > verifyValue</ td >
26
+ < td > id=uploaded-file</ td >
27
+ < td > /some/absolute/path</ td >
28
+ </ tr >
29
+ < tr >
30
+ < td > open</ td >
31
+ < td > chrome://selenium-ide/content/tests/functional/aut/form-fields.html</ td >
32
+ < td > </ td >
33
+ </ tr >
34
+ < tr >
35
+ < td > type</ td >
36
+ < td > id=field-text</ td >
37
+ < td > test</ td >
38
+ </ tr >
39
+ < tr >
40
+ < td > verifyValue</ td >
41
+ < td > id=field-text</ td >
42
+ < td > test</ td >
43
+ </ tr >
44
+ < tr >
45
+ < td > type</ td >
46
+ < td > id=field-password</ td >
47
+ < td > password</ td >
48
+ </ tr >
49
+ < tr >
50
+ < td > verifyValue</ td >
51
+ < td > id=field-password</ td >
52
+ < td > password</ td >
53
+ </ tr >
54
+ </ tbody > </ table >
55
+ </ body >
56
+ </ html >
Original file line number Diff line number Diff line change 10
10
< tr > < td > < b > Test Suite</ b > </ td > </ tr >
11
11
< tr > < td > < a href ="locators/css.html "> locators - css</ a > </ td > </ tr >
12
12
< tr > < td > < a href ="locators/regexp.html "> locators - regexp</ a > </ td > </ tr >
13
+ < tr > < td > < a href ="actions/type.html "> actions - type</ a > </ td > </ tr >
13
14
< tr > < td > < a href ="checks/text.html "> checks - text</ a > </ td > </ tr >
14
15
< tr > < td > < a href ="checks/visibility.html "> checks - visibility</ a > </ td > </ tr >
15
16
< tr > < td > < a href ="checks/checked.html "> checks - checked</ a > </ td > </ tr >
You can’t perform that action at this time.
0 commit comments