Skip to content

Commit 42ee183

Browse files
committed
Updates docs [skip ci]
1 parent 3cc819b commit 42ee183

File tree

4 files changed

+56
-14
lines changed

4 files changed

+56
-14
lines changed

docs/assets/all_mappings.js

+6-5
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,17 @@ window.parameterTypes = {
2525
' and click the repeating instrument bubble for the second instance',
2626
' and click the repeating instrument bubble for the third instance',
2727
],
28-
check: ['checked', 'unchecked'],
29-
checkBoxRadio: ['checkbox', 'radio'],
30-
clickType: ['click on', 'check', 'uncheck'],
28+
check: ['checked', 'unchecked', 'in the enabled state', 'in the disabled state'],
29+
checkBoxRadio: ['checkbox', 'radio', 'toggle button'],
30+
clickType: ['click on', 'check', 'uncheck', 'enable', 'disable'],
31+
columnLabel: ['', 'in the Matrix column'],
3132
confirmation: ['accept', 'cancel'],
3233
dateTimeType: ['timestamp', 'date', 'datetime'],
3334
dataViewingRights: ['No Access', 'Read Only', 'View & Edit', 'Edit survey responses'],
3435
disabled: ['is disabled'],
3536
dropdownType: ['dropdown', 'multiselect', 'checkboxes', 'radio'],
3637
editEvent: ['Edit', 'Delete'],
37-
editField: ['Edit', 'Branching Logic', 'Copy', 'Move', 'Delete Field'],
38+
editField: ['Edit', 'Edit Matrix', 'Branching Logic', 'Copy', 'Move', 'Delete Field'],
3839
editSurveyRights: [
3940
' with Edit survey responses checked',
4041
' with Edit survey responses unchecked',
@@ -69,7 +70,7 @@ window.parameterTypes = {
6970
'Save & Go To Next Instance',
7071
'Save & Add New Instance',
7172
],
72-
labeledElement: ['button', 'link', 'field', 'section break', 'checkbox'],
73+
labeledElement: ['button', 'link', 'field', 'section break', 'checkbox', 'toggle button'],
7374
labeledExactly: ['labeled', 'labeled exactly', 'in the row labeled', 'for the instrument row labeled', 'for the variable', 'for the File Repository file named', 'for Data Quality Rule #', 'within the Record Locking Customization table for the Data Collection Instrument named', 'the enabled survey icon link for the instrument row', 'the enabled survey icon link for the instrument row', 'for the Discrepant field labeled', 'within the Record Locking Customization table for the Data Collection Instrument named', 'for the field labeled'],
7475
linkNames: ['link', 'tab', 'instrument', 'icon'],
7576
loginTypes: ['attempt to login to REDCap with', 'am still logged in to REDCap with', 'login to REDCap with', 'successfully login to REDCap with', 'provide E-Signature credentials for'],

docs/assets/mappings.js

+10-1
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,17 @@ window.tableHtmlElements = {
274274

275275
window.fieldAction = {
276276
'edit': 'edit-field',
277+
'edit matrix': 'edit-matrix',
277278
'branching logic': 'branchinglogic',
278279
'copy': 'copy-field',
279280
'move': 'move-field',
280-
'delete': 'delete-field'
281+
'delete field': 'delete-field'
282+
}
283+
284+
window.checkBoxAliases = {
285+
'in the enabled state': 'checked',
286+
'in the disabled state': 'unchecked',
287+
'toggle button': 'checkbox',
288+
enable: 'check',
289+
disable: 'uncheck'
281290
}

docs/index.html

+20-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<meta charset='utf-8'>
6-
<title>redcap_cypress 14.7.0 | Documentation</title>
6+
<title>redcap_cypress 15.0.1 | Documentation</title>
77
<meta name='description' content='This repository is a template to assist you in writing **automated tests for REDCap**.'>
88
<meta name='viewport' content='width=device-width,initial-scale=1'>
99
<link href='assets/bass.css' rel='stylesheet'>
@@ -96,9 +96,7 @@ <h3 class='mb0 no-anchor'>redcap_cypress</h3>
9696
<div>
9797
<span class="mb0">Step Definition Versions:</span>
9898
<ul class='mt0'>
99-
100-
<li><a href="v1.0.108.html">v1.0.108</a></li>
101-
99+
<li><a href="v1.0.117.html">v1.0.117</a></li>
102100
</ul>
103101
</div>
104102
<input
@@ -2491,6 +2489,10 @@ <h2 class='fl mb0 mt0' id='i-clicktype-string-for-user-string-in-the-dag-switche
24912489

24922490
<li><code>&#39;uncheck&#39;</code></li>
24932491

2492+
<li><code>&#39;enable&#39;</code></li>
2493+
2494+
<li><code>&#39;disable&#39;</code></li>
2495+
24942496
</ul>
24952497
</div>
24962498

@@ -5387,6 +5389,10 @@ <h2 class='fl mb0 mt0' id='i-clicktype-the-checkboxradio-labeled-string-baseelem
53875389

53885390
<li><code>&#39;uncheck&#39;</code></li>
53895391

5392+
<li><code>&#39;enable&#39;</code></li>
5393+
5394+
<li><code>&#39;disable&#39;</code></li>
5395+
53905396
</ul>
53915397
</div>
53925398

@@ -5407,6 +5413,8 @@ <h2 class='fl mb0 mt0' id='i-clicktype-the-checkboxradio-labeled-string-baseelem
54075413

54085414
<li><code>&#39;radio&#39;</code></li>
54095415

5416+
<li><code>&#39;toggle button&#39;</code></li>
5417+
54105418
</ul>
54115419
</div>
54125420

@@ -11556,6 +11564,8 @@ <h2 class='fl mb0 mt0' id='i-click-on-the-editfield-image-for-the-field-named-st
1155611564

1155711565
<li><code>&#39;Edit&#39;</code></li>
1155811566

11567+
<li><code>&#39;Edit Matrix&#39;</code></li>
11568+
1155911569
<li><code>&#39;Branching Logic&#39;</code></li>
1156011570

1156111571
<li><code>&#39;Copy&#39;</code></li>
@@ -16839,6 +16849,10 @@ <h2 class='fl mb0 mt0' id='i-should-see-a-checkbox-labeled-string-that-is-check'
1683916849

1684016850
<li><code>&#39;unchecked&#39;</code></li>
1684116851

16852+
<li><code>&#39;in the enabled state&#39;</code></li>
16853+
16854+
<li><code>&#39;in the disabled state&#39;</code></li>
16855+
1684216856
</ul>
1684316857
</div>
1684416858

@@ -17261,6 +17275,8 @@ <h2 class='fl mb0 mt0' id='i-should-see-articletype-optionalstring-onlinedesigne
1726117275

1726217276
<li><code>&#39;checkbox&#39;</code></li>
1726317277

17278+
<li><code>&#39;toggle button&#39;</code></li>
17279+
1726417280
</ul>
1726517281
</div>
1726617282

docs/v1.0.108.html docs/v15.0.1.html

+20-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<meta charset='utf-8'>
6-
<title>redcap_cypress 14.7.0 | Documentation</title>
6+
<title>redcap_cypress 15.0.1 | Documentation</title>
77
<meta name='description' content='This repository is a template to assist you in writing **automated tests for REDCap**.'>
88
<meta name='viewport' content='width=device-width,initial-scale=1'>
99
<link href='assets/bass.css' rel='stylesheet'>
@@ -96,9 +96,7 @@ <h3 class='mb0 no-anchor'>redcap_cypress</h3>
9696
<div>
9797
<span class="mb0">Step Definition Versions:</span>
9898
<ul class='mt0'>
99-
100-
<li><a href="v1.0.108.html">v1.0.108</a></li>
101-
99+
<li><a href="v1.0.117.html">v1.0.117</a></li>
102100
</ul>
103101
</div>
104102
<input
@@ -2491,6 +2489,10 @@ <h2 class='fl mb0 mt0' id='i-clicktype-string-for-user-string-in-the-dag-switche
24912489

24922490
<li><code>&#39;uncheck&#39;</code></li>
24932491

2492+
<li><code>&#39;enable&#39;</code></li>
2493+
2494+
<li><code>&#39;disable&#39;</code></li>
2495+
24942496
</ul>
24952497
</div>
24962498

@@ -5387,6 +5389,10 @@ <h2 class='fl mb0 mt0' id='i-clicktype-the-checkboxradio-labeled-string-baseelem
53875389

53885390
<li><code>&#39;uncheck&#39;</code></li>
53895391

5392+
<li><code>&#39;enable&#39;</code></li>
5393+
5394+
<li><code>&#39;disable&#39;</code></li>
5395+
53905396
</ul>
53915397
</div>
53925398

@@ -5407,6 +5413,8 @@ <h2 class='fl mb0 mt0' id='i-clicktype-the-checkboxradio-labeled-string-baseelem
54075413

54085414
<li><code>&#39;radio&#39;</code></li>
54095415

5416+
<li><code>&#39;toggle button&#39;</code></li>
5417+
54105418
</ul>
54115419
</div>
54125420

@@ -11556,6 +11564,8 @@ <h2 class='fl mb0 mt0' id='i-click-on-the-editfield-image-for-the-field-named-st
1155611564

1155711565
<li><code>&#39;Edit&#39;</code></li>
1155811566

11567+
<li><code>&#39;Edit Matrix&#39;</code></li>
11568+
1155911569
<li><code>&#39;Branching Logic&#39;</code></li>
1156011570

1156111571
<li><code>&#39;Copy&#39;</code></li>
@@ -16839,6 +16849,10 @@ <h2 class='fl mb0 mt0' id='i-should-see-a-checkbox-labeled-string-that-is-check'
1683916849

1684016850
<li><code>&#39;unchecked&#39;</code></li>
1684116851

16852+
<li><code>&#39;in the enabled state&#39;</code></li>
16853+
16854+
<li><code>&#39;in the disabled state&#39;</code></li>
16855+
1684216856
</ul>
1684316857
</div>
1684416858

@@ -17261,6 +17275,8 @@ <h2 class='fl mb0 mt0' id='i-should-see-articletype-optionalstring-onlinedesigne
1726117275

1726217276
<li><code>&#39;checkbox&#39;</code></li>
1726317277

17278+
<li><code>&#39;toggle button&#39;</code></li>
17279+
1726417280
</ul>
1726517281
</div>
1726617282

0 commit comments

Comments
 (0)