page-object 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +22 -12
- data/ChangeLog +10 -0
- data/Gemfile +4 -2
- data/Guardfile +1 -1
- data/README.md +2 -2
- data/lib/page-object/accessors.rb +57 -35
- data/lib/page-object/elements/element.rb +26 -0
- data/lib/page-object/locator_generator.rb +46 -0
- data/lib/page-object/platforms/selenium_webdriver/element.rb +6 -6
- data/lib/page-object/platforms/selenium_webdriver/page_object.rb +14 -0
- data/lib/page-object/platforms/watir_webdriver/element.rb +0 -7
- data/lib/page-object/platforms/watir_webdriver/page_object.rb +16 -3
- data/lib/page-object/version.rb +1 -1
- data/page-object.gemspec +7 -10
- metadata +34 -375
- data/features/area.feature +0 -35
- data/features/async.feature +0 -21
- data/features/audio.feature +0 -64
- data/features/bold.feature +0 -21
- data/features/button.feature +0 -98
- data/features/canvas.feature +0 -37
- data/features/check_box.feature +0 -55
- data/features/div.feature +0 -45
- data/features/element.feature +0 -343
- data/features/file_field.feature +0 -40
- data/features/form.feature +0 -43
- data/features/frames.feature +0 -75
- data/features/generic_elements.feature +0 -29
- data/features/gxt_table_extension.feature +0 -23
- data/features/headings.feature +0 -97
- data/features/hidden_field.feature +0 -45
- data/features/html/04-Death_Becomes_Fur.mp4 +0 -0
- data/features/html/04-Death_Becomes_Fur.oga +0 -0
- data/features/html/async.html +0 -36
- data/features/html/double_click.html +0 -13
- data/features/html/failure.html +0 -8
- data/features/html/frame_1.html +0 -18
- data/features/html/frame_2.html +0 -16
- data/features/html/frame_3.html +0 -14
- data/features/html/frames.html +0 -12
- data/features/html/hover.html +0 -12
- data/features/html/iframes.html +0 -12
- data/features/html/images/circle.png +0 -0
- data/features/html/images/img_pulpit.jpg +0 -0
- data/features/html/images/submit.gif +0 -0
- data/features/html/indexed_property.html +0 -55
- data/features/html/modal.html +0 -17
- data/features/html/modal_1.html +0 -38
- data/features/html/modal_2.html +0 -27
- data/features/html/movie.mp4 +0 -0
- data/features/html/movie.ogg +0 -0
- data/features/html/multi_elements.html +0 -145
- data/features/html/nested_elements.html +0 -77
- data/features/html/nested_frame_1.html +0 -1
- data/features/html/nested_frame_2.html +0 -11
- data/features/html/nested_frame_3.html +0 -14
- data/features/html/nested_frames.html +0 -10
- data/features/html/planets.gif +0 -0
- data/features/html/static_elements.html +0 -194
- data/features/html/success.html +0 -8
- data/features/html/sun.gif +0 -0
- data/features/html/sun.html +0 -7
- data/features/html/widgets.html +0 -20
- data/features/image.feature +0 -50
- data/features/indexed_property.feature +0 -117
- data/features/italic.feature +0 -21
- data/features/javascript.feature +0 -28
- data/features/label.feature +0 -46
- data/features/link.feature +0 -52
- data/features/list_item.feature +0 -36
- data/features/modal_dialog.feature +0 -15
- data/features/multi_elements.feature +0 -498
- data/features/nested_elements.feature +0 -117
- data/features/ordered_list.feature +0 -56
- data/features/page_level_actions.feature +0 -90
- data/features/paragraph.feature +0 -35
- data/features/radio_button.feature +0 -58
- data/features/radio_button_group.feature +0 -29
- data/features/sample-app/public/audio_video.html +0 -23
- data/features/sample-app/public/jquery-1.3.2.js +0 -4376
- data/features/sample-app/public/jquery.html +0 -30
- data/features/sample-app/public/prototype-1.6.0.3.js +0 -4320
- data/features/sample-app/public/prototype.html +0 -35
- data/features/sample-app/sample_app.rb +0 -35
- data/features/section.feature +0 -136
- data/features/select_list.feature +0 -86
- data/features/span.feature +0 -37
- data/features/step_definitions/accessor_steps.rb +0 -64
- data/features/step_definitions/area_steps.rb +0 -19
- data/features/step_definitions/async_steps.rb +0 -83
- data/features/step_definitions/audio_steps.rb +0 -27
- data/features/step_definitions/bold_steps.rb +0 -12
- data/features/step_definitions/button_steps.rb +0 -48
- data/features/step_definitions/canvas_steps.rb +0 -15
- data/features/step_definitions/check_box_steps.rb +0 -35
- data/features/step_definitions/div_steps.rb +0 -19
- data/features/step_definitions/element_steps.rb +0 -294
- data/features/step_definitions/file_field_steps.rb +0 -19
- data/features/step_definitions/form_steps.rb +0 -19
- data/features/step_definitions/frames_steps.rb +0 -159
- data/features/step_definitions/generic_element_steps.rb +0 -31
- data/features/step_definitions/gxt_table_steps.rb +0 -53
- data/features/step_definitions/headings_steps.rb +0 -12
- data/features/step_definitions/hidden_field_steps.rb +0 -27
- data/features/step_definitions/image_steps.rb +0 -27
- data/features/step_definitions/indexed_property_steps.rb +0 -163
- data/features/step_definitions/italic_steps.rb +0 -12
- data/features/step_definitions/javascript_steps.rb +0 -53
- data/features/step_definitions/label_steps.rb +0 -19
- data/features/step_definitions/link_steps.rb +0 -40
- data/features/step_definitions/list_item_steps.rb +0 -19
- data/features/step_definitions/modal_dialog_steps.rb +0 -62
- data/features/step_definitions/multi_elements_steps.rb +0 -554
- data/features/step_definitions/nested_elements_steps.rb +0 -212
- data/features/step_definitions/ordered_list_steps.rb +0 -23
- data/features/step_definitions/page_level_actions_steps.rb +0 -135
- data/features/step_definitions/page_traversal_steps.rb +0 -8
- data/features/step_definitions/paragraph_steps.rb +0 -28
- data/features/step_definitions/radio_button_group_steps.rb +0 -36
- data/features/step_definitions/radio_button_steps.rb +0 -27
- data/features/step_definitions/section_steps.rb +0 -277
- data/features/step_definitions/select_list_steps.rb +0 -65
- data/features/step_definitions/span_steps.rb +0 -19
- data/features/step_definitions/table_cell_steps.rb +0 -15
- data/features/step_definitions/table_row_steps.rb +0 -23
- data/features/step_definitions/table_steps.rb +0 -70
- data/features/step_definitions/text_area_steps.rb +0 -35
- data/features/step_definitions/text_field_steps.rb +0 -35
- data/features/step_definitions/unordered_list_steps.rb +0 -23
- data/features/step_definitions/video_steps.rb +0 -45
- data/features/support/ajax_text_environment.rb +0 -26
- data/features/support/audio_video_page.rb +0 -24
- data/features/support/env.rb +0 -8
- data/features/support/hooks.rb +0 -8
- data/features/support/page.rb +0 -373
- data/features/support/persistent_browser.rb +0 -70
- data/features/support/targets/firefox14_osx.rb +0 -6
- data/features/support/targets/firefox14_windows7.rb +0 -6
- data/features/support/url_helper.rb +0 -61
- data/features/table.feature +0 -122
- data/features/table_cell.feature +0 -45
- data/features/table_row.feature +0 -43
- data/features/text_area.feature +0 -51
- data/features/text_field.feature +0 -70
- data/features/unordered_list.feature +0 -56
- data/features/video.feature +0 -69
- data/spec/page-object/accessors_spec.rb +0 -40
- data/spec/page-object/element_locators_spec.rb +0 -1144
- data/spec/page-object/elements/area_spec.rb +0 -45
- data/spec/page-object/elements/bold_spec.rb +0 -29
- data/spec/page-object/elements/button_spec.rb +0 -64
- data/spec/page-object/elements/canvas_spec.rb +0 -41
- data/spec/page-object/elements/check_box_spec.rb +0 -49
- data/spec/page-object/elements/div_spec.rb +0 -28
- data/spec/page-object/elements/element_spec.rb +0 -196
- data/spec/page-object/elements/file_field_spec.rb +0 -39
- data/spec/page-object/elements/form_spec.rb +0 -28
- data/spec/page-object/elements/heading_spec.rb +0 -48
- data/spec/page-object/elements/hidden_field_spec.rb +0 -28
- data/spec/page-object/elements/image_spec.rb +0 -66
- data/spec/page-object/elements/italic_spec.rb +0 -29
- data/spec/page-object/elements/label_spec.rb +0 -29
- data/spec/page-object/elements/link_spec.rb +0 -49
- data/spec/page-object/elements/list_item_spec.rb +0 -29
- data/spec/page-object/elements/media_spec.rb +0 -63
- data/spec/page-object/elements/nested_element_spec.rb +0 -254
- data/spec/page-object/elements/option_spec.rb +0 -11
- data/spec/page-object/elements/ordered_list_spec.rb +0 -78
- data/spec/page-object/elements/paragraph_spec.rb +0 -27
- data/spec/page-object/elements/select_list_spec.rb +0 -142
- data/spec/page-object/elements/selenium/radio_button_spec.rb +0 -44
- data/spec/page-object/elements/selenium/text_field_spec.rb +0 -49
- data/spec/page-object/elements/selenium_element_spec.rb +0 -218
- data/spec/page-object/elements/span_spec.rb +0 -26
- data/spec/page-object/elements/table_cell_spec.rb +0 -21
- data/spec/page-object/elements/table_row_spec.rb +0 -70
- data/spec/page-object/elements/table_spec.rb +0 -98
- data/spec/page-object/elements/text_area_spec.rb +0 -39
- data/spec/page-object/elements/unordered_list_spec.rb +0 -77
- data/spec/page-object/elements/video_spec.rb +0 -33
- data/spec/page-object/elements/watir_element_spec.rb +0 -193
- data/spec/page-object/javascript_framework_facade_spec.rb +0 -61
- data/spec/page-object/loads_platform_spec.rb +0 -53
- data/spec/page-object/page-object_spec.rb +0 -435
- data/spec/page-object/page_factory_spec.rb +0 -238
- data/spec/page-object/page_populator_spec.rb +0 -122
- data/spec/page-object/page_section_spec.rb +0 -80
- data/spec/page-object/platforms/selenium_webdriver/selenium_page_object_spec.rb +0 -68
- data/spec/page-object/platforms/selenium_webdriver_spec.rb +0 -29
- data/spec/page-object/platforms/watir_webdriver/watir_page_object_spec.rb +0 -29
- data/spec/page-object/platforms/watir_webdriver_spec.rb +0 -9
- data/spec/page-object/selenium_accessors_spec.rb +0 -628
- data/spec/page-object/watir_accessors_spec.rb +0 -1191
- data/spec/page-object/widget_spec.rb +0 -226
- data/spec/spec_helper.rb +0 -43
@@ -1,14 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
5
|
-
<title>
|
6
|
-
Title
|
7
|
-
</title>
|
8
|
-
</head>
|
9
|
-
<body>
|
10
|
-
<p>
|
11
|
-
<a id="four" href="success.html" target="_top">this link should open the page success page</a>
|
12
|
-
</p>
|
13
|
-
</body>
|
14
|
-
</html>
|
data/features/html/planets.gif
DELETED
Binary file
|
@@ -1,194 +0,0 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>Static Elements Page</title>
|
4
|
-
</head>
|
5
|
-
<body>
|
6
|
-
<p id='p_id' name='p_name' class='p_class'>Static Elements Page</p>
|
7
|
-
|
8
|
-
<label for="text_field_id">Text Field</label>
|
9
|
-
<input id="text_field_id" name="text_field_name" class="text_field_class"
|
10
|
-
title="text_field_title" data-field="title" size="40" type="text"/>
|
11
|
-
|
12
|
-
<input id="hidden_field_id" name="hidden_field_name" class="hidden_field_class"
|
13
|
-
size="40" type="hidden" value="12345"/>
|
14
|
-
|
15
|
-
<label for="text_area_id">Text Area</label>
|
16
|
-
<textarea rows="2" cols="20" id="text_area_id" class="text_area_class" name="text_area_name"></textarea>
|
17
|
-
|
18
|
-
<label for="sel_list_id">Select List</label>
|
19
|
-
<select name="sel_list_name" id="sel_list_id" class="sel_list_class">
|
20
|
-
<option value="option1">Test 1</option>
|
21
|
-
<option value="option2">Test 2</option>
|
22
|
-
<option value="option3">Test/Test 3</option>
|
23
|
-
</select>
|
24
|
-
|
25
|
-
<select multiple="multiple" id="sel_list_multiple">
|
26
|
-
<option value="option1" selected="true">Test 1</option>
|
27
|
-
<option value="option2">Test 2</option>
|
28
|
-
<option value="option3" selected="true">Test 3</option>
|
29
|
-
</select>
|
30
|
-
|
31
|
-
<img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap"/>
|
32
|
-
<map id ="map" name="planetmap">
|
33
|
-
<area id="area" name="area" class="area" shape="rect" coords="0,0,82,126" href="sun.html"/>
|
34
|
-
<area shape="circle" coords="90,58,3" href="mercur.html"/>
|
35
|
-
<area shape="circle" coords="124,58,8" href="venus.html"/>
|
36
|
-
</map>
|
37
|
-
|
38
|
-
<canvas id="canvas" name="canvas" class="canvas" width="200" height="100"></canvas>
|
39
|
-
<script type="text/javascript">
|
40
|
-
var c=document.getElementById("myCanvas");
|
41
|
-
var ctx=c.getContext("2d");
|
42
|
-
ctx.fillStyle="#FF0000";
|
43
|
-
ctx.fillRect(0,0,150,75);
|
44
|
-
</script>
|
45
|
-
|
46
|
-
<svg width="100" height="100" id="the_svg">
|
47
|
-
<circle cx="50" cy="50" r="40" fill="red" stroke="blue" stroke-width="5" />
|
48
|
-
</svg>
|
49
|
-
|
50
|
-
<a href="success.html" id="link_id" name="link_name" class="link_class" title="link_title">Google Search</a>
|
51
|
-
|
52
|
-
<label for="cb_id">Checkbox</label>
|
53
|
-
<input id="cb_id" name="cb_name" class="cb_class" type="checkbox" value="1"/>
|
54
|
-
|
55
|
-
<label for="milk_id">Radio</label>
|
56
|
-
<input type="radio" id="milk_id" name="milk_name" class="milk_class" value="Milk"> Milk <br/>
|
57
|
-
<input type="radio" id="butter_id" name="butter_name" class="butter_class" value="Butter">Butter
|
58
|
-
|
59
|
-
<br/>
|
60
|
-
<label>Radio Button Group</label>
|
61
|
-
<input type="radio" name="fav_cheese" value="ched">Cheddar</input>
|
62
|
-
<input type="radio" name="fav_cheese" value="emmen">Emmental</input>
|
63
|
-
<input type="radio" name="fav_cheese" value="muen">Muenster</input>
|
64
|
-
<br/>
|
65
|
-
|
66
|
-
<div id="div_id" name="div_name" class="div_class" title="div_title">
|
67
|
-
page-object rocks!
|
68
|
-
</div>
|
69
|
-
<div data-entity="test">
|
70
|
-
found using data-entity
|
71
|
-
</div>
|
72
|
-
|
73
|
-
<span id="span_id" name="span_name" class="span_class" title="span_title">
|
74
|
-
My alert
|
75
|
-
</span>
|
76
|
-
|
77
|
-
<label id="label_id" name="label_name" class="label_class">
|
78
|
-
page-object is the best!
|
79
|
-
</label>
|
80
|
-
|
81
|
-
<table id='table_id' name='table_name' class='table_class' border='1'>
|
82
|
-
<thead>
|
83
|
-
<tr>
|
84
|
-
<th>Table</th>
|
85
|
-
<th>Header</th>
|
86
|
-
</tr>
|
87
|
-
</thead>
|
88
|
-
<tbody>
|
89
|
-
<tr id='tr_id' class='tr_class'>
|
90
|
-
<td>Data1</td>
|
91
|
-
<td>Data2</td>
|
92
|
-
</tr>
|
93
|
-
<tr>
|
94
|
-
<td>Data3</td>
|
95
|
-
<td id='cell_id' name='cell_name' class='cell_class'>Data4</td>
|
96
|
-
</tr>
|
97
|
-
</tbody>
|
98
|
-
</table>
|
99
|
-
|
100
|
-
<table id='table_with_thead_id' border='1'>
|
101
|
-
<thead>
|
102
|
-
<tr>
|
103
|
-
<th>Col1</th>
|
104
|
-
<th>Col2</th>
|
105
|
-
</tr>
|
106
|
-
</thead>
|
107
|
-
<tbody>
|
108
|
-
<tr>
|
109
|
-
<td>Data1</td>
|
110
|
-
<td>Data2</td>
|
111
|
-
</tr>
|
112
|
-
<tr>
|
113
|
-
<td>Data3</td>
|
114
|
-
<td>Data4</td>
|
115
|
-
</tr>
|
116
|
-
<tr>
|
117
|
-
<td>Data5</td>
|
118
|
-
</tr>
|
119
|
-
</tbody>
|
120
|
-
</table>
|
121
|
-
|
122
|
-
<form method="get" action="success.html">
|
123
|
-
<input id='button_id' name='button_name' class='button_class' type="submit" value="Click Me"/>
|
124
|
-
<input id='button_image_id' type='image' src='images/submit.gif' alt='Submit'/>
|
125
|
-
<button type='button' id='btn_id' name='btn_name' class='btn_class'>Click Me Too</button>
|
126
|
-
<input value="Disabled" disabled="true" type ="submit"/>
|
127
|
-
</form>
|
128
|
-
|
129
|
-
<img src="images/circle.png" id="image_id" name="image_name" class="image_class", alt="image_alt">
|
130
|
-
|
131
|
-
<form id="form_id" class="form_class" name="form_name" action="/">
|
132
|
-
</form>
|
133
|
-
|
134
|
-
<label for="file_field_id">File Field</label>
|
135
|
-
<input type="file" name="file_field_name" id="file_field_id" class="file_field_class" title="file_field_title" />
|
136
|
-
|
137
|
-
<ul id="ul_id" name="ul_name" class="ul_class">
|
138
|
-
<li id="li_id" name="li_name" class="li_class">Item One</li>
|
139
|
-
<li>Item Two</li>
|
140
|
-
<li>Item Three</li>
|
141
|
-
</ul>
|
142
|
-
|
143
|
-
<ol id="ol_id" name="ol_name" class="ol_class">
|
144
|
-
<li>Number One</li>
|
145
|
-
<li>Number Two</li>
|
146
|
-
<li>Number Three</li>
|
147
|
-
</ol>
|
148
|
-
|
149
|
-
<a href="success.html">Hello</a>
|
150
|
-
<a href="success.html">Hello</a>
|
151
|
-
<a href="success.html">Hello</a>
|
152
|
-
|
153
|
-
<input id=alert_button type=button onclick="alert('I am an alert')" value=Alert>
|
154
|
-
<input id=alert_button_that_reloads type=button onclick="alert('I am an alert'); location.reload()" value="Alert that Reloads">
|
155
|
-
<input id=confirm_button type=button onclick="this.value = confirm('set the value')" value=Confirm>
|
156
|
-
<input id=confirm_button_that_reloads type=button onclick="if(confirm('set the value')) location.reload()" value="Confirm that Reloads">
|
157
|
-
<input id=prompt_button type=button onclick='this.value = prompt("enter your name", "John Doe")' value=Prompt>
|
158
|
-
|
159
|
-
<h1 id="h1_id" class="h1_class" name="h1_name">h1's are cool</h1>
|
160
|
-
<h2 id="h2_id" class="h2_class" name="h2_name">h2's are cool</h2>
|
161
|
-
<h3 id="h3_id" class="h3_class" name="h3_name">h3's are cool</h3>
|
162
|
-
<h4 id="h4_id" class="h4_class" name="h4_name">h4's are cool</h4>
|
163
|
-
<h5 id="h5_id" class="h5_class" name="h5_name">h5's are cool</h5>
|
164
|
-
<h6 id="h6_id" class="h6_class" name="h6_name">h6's are cool</h6>
|
165
|
-
<a href="success.html" target="_blank">New Window</a>
|
166
|
-
<a href="failure.html" target="_blank">Another New Window</a>
|
167
|
-
|
168
|
-
<input type="text" id="onfocus_text_field" onfocus="document.getElementById('onfocus_test').innerHTML = 'changed by onfocus event'"/>
|
169
|
-
<div id="onfocus_test"></div>
|
170
|
-
|
171
|
-
<div id="parent_div">
|
172
|
-
<a href="success.html" id="child">Success</a>
|
173
|
-
</div>
|
174
|
-
|
175
|
-
<article id='article_id'>HTML 5 Article</article>
|
176
|
-
<header id='header_id'>HTML 5 Header</header>
|
177
|
-
<footer id='footer_id'>HTML 5 Footer</footer>
|
178
|
-
|
179
|
-
<details id='details_id'>
|
180
|
-
<summary id='summary_id'>The summary</summary>
|
181
|
-
The details
|
182
|
-
</details>
|
183
|
-
|
184
|
-
<figure id='figure_id'>
|
185
|
-
<img src="images/img_pulpit.jpg" alt="The Pulpit Rock" width="304" height="228">
|
186
|
-
</figure>
|
187
|
-
This text have <b id="b_id" class="b_class" name="b_name">some text in bold</b>
|
188
|
-
This text have <i id="i_id" class="i_class" name="i_name">some text in italic</i>
|
189
|
-
<button id="button_button">This button is a button</button>
|
190
|
-
<input id="input_button" type="button" value="This button is a input" />
|
191
|
-
</body>
|
192
|
-
</html>
|
193
|
-
|
194
|
-
|
data/features/html/success.html
DELETED
data/features/html/sun.gif
DELETED
Binary file
|
data/features/html/sun.html
DELETED
data/features/html/widgets.html
DELETED
data/features/image.feature
DELETED
@@ -1,50 +0,0 @@
|
|
1
|
-
Feature: Image
|
2
|
-
|
3
|
-
Background:
|
4
|
-
Given I am on the static elements page
|
5
|
-
|
6
|
-
Scenario: Getting the image element
|
7
|
-
When I get the image element
|
8
|
-
Then the image should be "106" pixels wide
|
9
|
-
And the image should be "106" pixels tall
|
10
|
-
|
11
|
-
Scenario Outline: Locating an image on the page
|
12
|
-
When I get the image element by "<search_by>"
|
13
|
-
Then the image should be "106" pixels wide
|
14
|
-
And the image should be "106" pixels tall
|
15
|
-
|
16
|
-
Scenarios:
|
17
|
-
| search_by |
|
18
|
-
| id |
|
19
|
-
| class |
|
20
|
-
| name |
|
21
|
-
| xpath |
|
22
|
-
| index |
|
23
|
-
| alt |
|
24
|
-
| src |
|
25
|
-
|
26
|
-
@selenium_only
|
27
|
-
Scenario Outline: Locating an image on the page
|
28
|
-
When I get the image element by "<search_by>"
|
29
|
-
Then the image should be "106" pixels wide
|
30
|
-
And the image should be "106" pixels tall
|
31
|
-
|
32
|
-
Scenarios:
|
33
|
-
| search_by |
|
34
|
-
| css |
|
35
|
-
|
36
|
-
Scenario Outline: Locating an image using multiple parameters
|
37
|
-
When I get the image element by "<param1>" and "<param2>"
|
38
|
-
Then the image should be "106" pixels wide
|
39
|
-
And the image should be "106" pixels tall
|
40
|
-
|
41
|
-
Scenarios:
|
42
|
-
| param1 | param2 |
|
43
|
-
| class | index |
|
44
|
-
| name | index |
|
45
|
-
|
46
|
-
Scenario: Finding an image dynamically
|
47
|
-
When I get the image element while the script is executing
|
48
|
-
Then I should see that the image exists
|
49
|
-
And the image should be "106" pixels wide
|
50
|
-
And the image should be "106" pixels tall
|
@@ -1,117 +0,0 @@
|
|
1
|
-
Feature: Indexed Property
|
2
|
-
In order to interact with recurring sequences of elements with an index
|
3
|
-
Testers will need access and interrogation ability
|
4
|
-
|
5
|
-
Background:
|
6
|
-
Given I am on the indexed property page
|
7
|
-
|
8
|
-
Scenario Outline: Locating indexed text fields in a table on the Page by id
|
9
|
-
When I search for the elements for index "<index>"
|
10
|
-
And I type "I found it" into the table's indexed text field by id
|
11
|
-
Then The table's indexed text field by id should contain "I found it"
|
12
|
-
|
13
|
-
Examples:
|
14
|
-
| index |
|
15
|
-
| foo |
|
16
|
-
| 123 |
|
17
|
-
| 12test |
|
18
|
-
|
19
|
-
Scenario Outline: Locating indexed text fields in a table on the Page by name
|
20
|
-
When I search for the elements for index "<index>"
|
21
|
-
And I type "I found it" into the table's indexed text field by name
|
22
|
-
Then The table's indexed text field by name should contain "I found it"
|
23
|
-
|
24
|
-
Examples:
|
25
|
-
| index |
|
26
|
-
| foo |
|
27
|
-
| 123 |
|
28
|
-
| 12test |
|
29
|
-
|
30
|
-
Scenario Outline: Locating indexed radio buttons in a table on the Page
|
31
|
-
When I search for the elements for index "<index>"
|
32
|
-
And I select the indexed radio button
|
33
|
-
Then The indexed radio button should be selected
|
34
|
-
|
35
|
-
Examples:
|
36
|
-
| index |
|
37
|
-
| foo |
|
38
|
-
| 123 |
|
39
|
-
| 12test |
|
40
|
-
|
41
|
-
Scenario Outline: Locating indexed checkboxes in a table on the Page
|
42
|
-
When I search for the elements for index "<index>"
|
43
|
-
And I check the indexed checkbox
|
44
|
-
Then The indexed checkbox should be checked
|
45
|
-
|
46
|
-
Examples:
|
47
|
-
| index |
|
48
|
-
| foo |
|
49
|
-
| 123 |
|
50
|
-
| 12test |
|
51
|
-
|
52
|
-
Scenario Outline: Locating indexed text areas in a table on the Page
|
53
|
-
When I search for the elements for index "<index>"
|
54
|
-
And I type "I found it" into the table's indexed text area
|
55
|
-
Then The table's indexed text area should contain "I found it"
|
56
|
-
|
57
|
-
Examples:
|
58
|
-
| index |
|
59
|
-
| foo |
|
60
|
-
| 123 |
|
61
|
-
| 12test |
|
62
|
-
|
63
|
-
Scenario Outline: Locating indexed buttons in a table on the Page
|
64
|
-
When I search for the elements for index "<index>"
|
65
|
-
Then I should see that the indexed button exists
|
66
|
-
And I should be able to click the indexed button
|
67
|
-
|
68
|
-
Examples:
|
69
|
-
| index |
|
70
|
-
| foo |
|
71
|
-
| 123 |
|
72
|
-
| 12test |
|
73
|
-
|
74
|
-
Scenario Outline: Locating indexed text fields by index in a table on the page
|
75
|
-
When I search for the elements for index "<index>"
|
76
|
-
And I select the table's indexed radio button
|
77
|
-
Then The table's indexed radio button should be selected
|
78
|
-
|
79
|
-
Scenarios:
|
80
|
-
| index |
|
81
|
-
| 0 |
|
82
|
-
| 1 |
|
83
|
-
|
84
|
-
Scenario Outline: Locating indexed text fields outside a table on the Page
|
85
|
-
When I search for the elements for index "<index>"
|
86
|
-
And I type "I found it" into the regular indexed text field by id
|
87
|
-
Then The regular indexed text field by id should contain "I found it"
|
88
|
-
|
89
|
-
Examples:
|
90
|
-
| index |
|
91
|
-
| foo |
|
92
|
-
| 123 |
|
93
|
-
| 12test |
|
94
|
-
|
95
|
-
Scenario: Element on first indexed property but not second
|
96
|
-
When I search for an element that is on an indexed property
|
97
|
-
And I search for the element on another indexed property it is not on
|
98
|
-
Then I should see that the element doesn't exist
|
99
|
-
|
100
|
-
Scenario: Index on first indexed property but not on second
|
101
|
-
When I search for an element by an index on an indexed property
|
102
|
-
And I search using the index which is not on another indexed property
|
103
|
-
Then I should see that the element doesn't exist for that index
|
104
|
-
|
105
|
-
Scenario: Index on first indexed property and different on second
|
106
|
-
When I search for an element with text by an index on an indexed property
|
107
|
-
And I search using an index which is on another indexed property
|
108
|
-
Then I should see the content of the element on the second indexed property
|
109
|
-
|
110
|
-
Scenario: Different indexes on stored indexed property
|
111
|
-
When I search for an element with text by an index on an indexed property
|
112
|
-
And I search for a different element with text by index on the indexed property
|
113
|
-
Then I should see the contents of both elements
|
114
|
-
|
115
|
-
Scenario: Can't redefine ruby methods
|
116
|
-
When I use a name that collides with a ruby method on an indexed property
|
117
|
-
Then the original method remains
|
data/features/italic.feature
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
Feature: Italic
|
2
|
-
|
3
|
-
Background:
|
4
|
-
Given I am on the static elements page
|
5
|
-
|
6
|
-
Scenario: Getting the text of headings
|
7
|
-
When I get the italic text for the "i" element
|
8
|
-
Then I should see "some text in italic" in italic
|
9
|
-
|
10
|
-
Scenario Outline: Locating i on the Page
|
11
|
-
When I search italic text for the i by "<search_by>"
|
12
|
-
Then I should see "some text in italic" in italic
|
13
|
-
|
14
|
-
Scenarios:
|
15
|
-
| search_by |
|
16
|
-
| id |
|
17
|
-
| class |
|
18
|
-
| name |
|
19
|
-
| xpath |
|
20
|
-
| index |
|
21
|
-
| css |
|