@uuv/cypress 2.21.1 → 2.21.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/cucumber/step_definitions/cypress/generated/_en-generated-cucumber-steps-definition.js +7 -7
- package/dist/cucumber/step_definitions/cypress/generated/_fr-generated-cucumber-steps-definition.js +7 -7
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_button.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_checkbox.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_combobox.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_link.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_listbox.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitem.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemcheckbox.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemradio.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_radio.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_search.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_searchbox.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_select.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_slider.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_spinbutton.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_switch.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tab.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_textbox.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_widget.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_button.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_checkbox.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_combobox.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_link.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_listbox.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitem.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemcheckbox.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemradio.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_radio.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_search.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_searchbox.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_select.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_slider.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_spinbutton.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_switch.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tab.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_textbox.js +3 -3
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_widget.js +3 -3
- package/package.json +2 -2
- package/src/cucumber/step_definitions/cypress/generated/_en-generated-cucumber-steps-definition.ts +7 -7
- package/src/cucumber/step_definitions/cypress/generated/_fr-generated-cucumber-steps-definition.ts +7 -7
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_button.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_checkbox.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_combobox.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_link.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_listbox.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitem.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemcheckbox.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemradio.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_radio.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_search.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_searchbox.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_select.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_slider.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_spinbutton.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_switch.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tab.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_textbox.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_widget.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_button.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_checkbox.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_combobox.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_link.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_listbox.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitem.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemcheckbox.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemradio.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_radio.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_search.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_searchbox.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_select.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_slider.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_spinbutton.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_switch.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tab.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_textbox.ts +3 -3
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_widget.ts +3 -3
package/src/cucumber/step_definitions/cypress/generated/_en-generated-cucumber-steps-definition.ts
CHANGED
|
@@ -103,14 +103,14 @@ When(`I press {string}`, function(key: string) {
|
|
|
103
103
|
});
|
|
104
104
|
|
|
105
105
|
/**
|
|
106
|
-
* Move to the previous html element that can be reached with back Tab
|
|
106
|
+
* Move to the previous html element that can be reached with back Tab<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
107
107
|
* */
|
|
108
108
|
When(`I go to previous keyboard element`, function() {
|
|
109
109
|
pressKey("{reverseTab}");
|
|
110
110
|
});
|
|
111
111
|
|
|
112
112
|
/**
|
|
113
|
-
* Move to the next html element that can be reached with Tab
|
|
113
|
+
* Move to the next html element that can be reached with Tab<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
114
114
|
* */
|
|
115
115
|
When(`I go to next keyboard element`, function() {
|
|
116
116
|
pressKey("{tab}");
|
|
@@ -138,7 +138,7 @@ Given(
|
|
|
138
138
|
);
|
|
139
139
|
|
|
140
140
|
/**
|
|
141
|
-
* Start a keyboard navigation session from the top of the page
|
|
141
|
+
* Start a keyboard navigation session from the top of the page<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
142
142
|
* */
|
|
143
143
|
Given(
|
|
144
144
|
`I start a keyboard navigation from the top of the page`,
|
|
@@ -358,7 +358,7 @@ Then(
|
|
|
358
358
|
);
|
|
359
359
|
|
|
360
360
|
/**
|
|
361
|
-
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
361
|
+
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
362
362
|
* */
|
|
363
363
|
Then(
|
|
364
364
|
`the element with role {string} and name {string} should be keyboard focused`,
|
|
@@ -368,7 +368,7 @@ Then(
|
|
|
368
368
|
);
|
|
369
369
|
|
|
370
370
|
/**
|
|
371
|
-
* Checks that the Html element with the specified selector is focused
|
|
371
|
+
* Checks that the Html element with the specified selector is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
372
372
|
* */
|
|
373
373
|
Then(
|
|
374
374
|
`the element with selector {string} should be keyboard focused`,
|
|
@@ -435,7 +435,7 @@ Then(
|
|
|
435
435
|
);
|
|
436
436
|
|
|
437
437
|
/**
|
|
438
|
-
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
438
|
+
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
439
439
|
* */
|
|
440
440
|
When(`the previous keyboard element focused should have name {string} and role {string}`, function(expectedRole: string, name: string) {
|
|
441
441
|
pressKey("{reverseTab}");
|
|
@@ -443,7 +443,7 @@ When(`the previous keyboard element focused should have name {string} and role {
|
|
|
443
443
|
});
|
|
444
444
|
|
|
445
445
|
/**
|
|
446
|
-
* "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
446
|
+
* "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
447
447
|
* */
|
|
448
448
|
When(`the next keyboard element focused should have name {string} and role {string}`, function(expectedRole: string, name: string) {
|
|
449
449
|
pressKey("{tab}");
|
package/src/cucumber/step_definitions/cypress/generated/_fr-generated-cucumber-steps-definition.ts
CHANGED
|
@@ -103,14 +103,14 @@ When(`j'appuie sur {string}`, function(key: string) {
|
|
|
103
103
|
});
|
|
104
104
|
|
|
105
105
|
/**
|
|
106
|
-
* se déplace au précédent élément HTML atteignable avec la tabulation retour
|
|
106
|
+
* se déplace au précédent élément HTML atteignable avec la tabulation retour<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>
|
|
107
107
|
* */
|
|
108
108
|
When(`je vais au précédent élément au clavier`, function() {
|
|
109
109
|
pressKey("{reverseTab}");
|
|
110
110
|
});
|
|
111
111
|
|
|
112
112
|
/**
|
|
113
|
-
* se déplace au prochain élément HTML atteignable avec la tabulation
|
|
113
|
+
* se déplace au prochain élément HTML atteignable avec la tabulation<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>
|
|
114
114
|
* */
|
|
115
115
|
When(`je vais au prochain élément au clavier`, function() {
|
|
116
116
|
pressKey("{tab}");
|
|
@@ -138,7 +138,7 @@ Given(
|
|
|
138
138
|
);
|
|
139
139
|
|
|
140
140
|
/**
|
|
141
|
-
* Démarre une session de navigation au clavier à partir du haut de la page
|
|
141
|
+
* Démarre une session de navigation au clavier à partir du haut de la page<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>
|
|
142
142
|
* */
|
|
143
143
|
Given(
|
|
144
144
|
`je commence une navigation au clavier depuis le haut de la page`,
|
|
@@ -358,7 +358,7 @@ Then(
|
|
|
358
358
|
);
|
|
359
359
|
|
|
360
360
|
/**
|
|
361
|
-
* Vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) est focus
|
|
361
|
+
* Vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) est focus<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>
|
|
362
362
|
* */
|
|
363
363
|
Then(
|
|
364
364
|
`l'élément avec le rôle {string} et le nom {string} doit avoir le focus clavier`,
|
|
@@ -368,7 +368,7 @@ Then(
|
|
|
368
368
|
);
|
|
369
369
|
|
|
370
370
|
/**
|
|
371
|
-
* Vérifie que l'élément Html avec le sélecteur est focus
|
|
371
|
+
* Vérifie que l'élément Html avec le sélecteur est focus<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>
|
|
372
372
|
* */
|
|
373
373
|
Then(
|
|
374
374
|
`l'élément avec le sélecteur {string} doit avoir le focus clavier`,
|
|
@@ -435,7 +435,7 @@ Then(
|
|
|
435
435
|
);
|
|
436
436
|
|
|
437
437
|
/**
|
|
438
|
-
* Se déplace au précédent élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier
|
|
438
|
+
* Se déplace au précédent élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>
|
|
439
439
|
* */
|
|
440
440
|
When(`le précédent élément avec le focus clavier doit avoir le role {string} et le nom {string}`, function(expectedRole: string, name: string) {
|
|
441
441
|
pressKey("{reverseTab}");
|
|
@@ -443,7 +443,7 @@ When(`le précédent élément avec le focus clavier doit avoir le role {string}
|
|
|
443
443
|
});
|
|
444
444
|
|
|
445
445
|
/**
|
|
446
|
-
* "Se déplace au prochain élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier
|
|
446
|
+
* "Se déplace au prochain élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>
|
|
447
447
|
* */
|
|
448
448
|
When(`le prochain élément avec le focus clavier doit avoir le role {string} et le nom {string}`, function(expectedRole: string, name: string) {
|
|
449
449
|
pressKey("{tab}");
|
|
@@ -104,7 +104,7 @@ Then(
|
|
|
104
104
|
// Begin of Keyboard Section
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
107
|
+
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
108
108
|
* */
|
|
109
109
|
Then(
|
|
110
110
|
`I should see a button named {string} keyboard focused`,
|
|
@@ -114,7 +114,7 @@ Then(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
117
|
+
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
118
118
|
* */
|
|
119
119
|
Then(
|
|
120
120
|
`the previous keyboard element focused should be a button named {string}`,
|
|
@@ -125,7 +125,7 @@ Then(
|
|
|
125
125
|
);
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
|
-
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
128
|
+
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
129
129
|
* */
|
|
130
130
|
Then(
|
|
131
131
|
`the next keyboard element focused should be a button named {string}`,
|
|
@@ -104,7 +104,7 @@ Then(
|
|
|
104
104
|
// Begin of Keyboard Section
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
107
|
+
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
108
108
|
* */
|
|
109
109
|
Then(
|
|
110
110
|
`I should see a checkbox named {string} keyboard focused`,
|
|
@@ -114,7 +114,7 @@ Then(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
117
|
+
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
118
118
|
* */
|
|
119
119
|
Then(
|
|
120
120
|
`the previous keyboard element focused should be a checkbox named {string}`,
|
|
@@ -125,7 +125,7 @@ Then(
|
|
|
125
125
|
);
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
|
-
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
128
|
+
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
129
129
|
* */
|
|
130
130
|
Then(
|
|
131
131
|
`the next keyboard element focused should be a checkbox named {string}`,
|
|
@@ -104,7 +104,7 @@ Then(
|
|
|
104
104
|
// Begin of Keyboard Section
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
107
|
+
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
108
108
|
* */
|
|
109
109
|
Then(
|
|
110
110
|
`I should see a combo box named {string} keyboard focused`,
|
|
@@ -114,7 +114,7 @@ Then(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
117
|
+
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
118
118
|
* */
|
|
119
119
|
Then(
|
|
120
120
|
`the previous keyboard element focused should be a combo box named {string}`,
|
|
@@ -125,7 +125,7 @@ Then(
|
|
|
125
125
|
);
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
|
-
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
128
|
+
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
129
129
|
* */
|
|
130
130
|
Then(
|
|
131
131
|
`the next keyboard element focused should be a combo box named {string}`,
|
|
@@ -104,7 +104,7 @@ Then(
|
|
|
104
104
|
// Begin of Keyboard Section
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
107
|
+
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
108
108
|
* */
|
|
109
109
|
Then(
|
|
110
110
|
`I should see a link named {string} keyboard focused`,
|
|
@@ -114,7 +114,7 @@ Then(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
117
|
+
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
118
118
|
* */
|
|
119
119
|
Then(
|
|
120
120
|
`the previous keyboard element focused should be a link named {string}`,
|
|
@@ -125,7 +125,7 @@ Then(
|
|
|
125
125
|
);
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
|
-
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
128
|
+
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
129
129
|
* */
|
|
130
130
|
Then(
|
|
131
131
|
`the next keyboard element focused should be a link named {string}`,
|
|
@@ -104,7 +104,7 @@ Then(
|
|
|
104
104
|
// Begin of Keyboard Section
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
107
|
+
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
108
108
|
* */
|
|
109
109
|
Then(
|
|
110
110
|
`I should see a list box named {string} keyboard focused`,
|
|
@@ -114,7 +114,7 @@ Then(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
117
|
+
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
118
118
|
* */
|
|
119
119
|
Then(
|
|
120
120
|
`the previous keyboard element focused should be a list box named {string}`,
|
|
@@ -125,7 +125,7 @@ Then(
|
|
|
125
125
|
);
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
|
-
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
128
|
+
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
129
129
|
* */
|
|
130
130
|
Then(
|
|
131
131
|
`the next keyboard element focused should be a list box named {string}`,
|
|
@@ -104,7 +104,7 @@ Then(
|
|
|
104
104
|
// Begin of Keyboard Section
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
107
|
+
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
108
108
|
* */
|
|
109
109
|
Then(
|
|
110
110
|
`I should see a menuitem named {string} keyboard focused`,
|
|
@@ -114,7 +114,7 @@ Then(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
117
|
+
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
118
118
|
* */
|
|
119
119
|
Then(
|
|
120
120
|
`the previous keyboard element focused should be a menuitem named {string}`,
|
|
@@ -125,7 +125,7 @@ Then(
|
|
|
125
125
|
);
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
|
-
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
128
|
+
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
129
129
|
* */
|
|
130
130
|
Then(
|
|
131
131
|
`the next keyboard element focused should be a menuitem named {string}`,
|
|
@@ -104,7 +104,7 @@ Then(
|
|
|
104
104
|
// Begin of Keyboard Section
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
107
|
+
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
108
108
|
* */
|
|
109
109
|
Then(
|
|
110
110
|
`I should see a menuitemcheckbox named {string} keyboard focused`,
|
|
@@ -114,7 +114,7 @@ Then(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
117
|
+
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
118
118
|
* */
|
|
119
119
|
Then(
|
|
120
120
|
`the previous keyboard element focused should be a menuitemcheckbox named {string}`,
|
|
@@ -125,7 +125,7 @@ Then(
|
|
|
125
125
|
);
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
|
-
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
128
|
+
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
129
129
|
* */
|
|
130
130
|
Then(
|
|
131
131
|
`the next keyboard element focused should be a menuitemcheckbox named {string}`,
|
|
@@ -104,7 +104,7 @@ Then(
|
|
|
104
104
|
// Begin of Keyboard Section
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
107
|
+
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
108
108
|
* */
|
|
109
109
|
Then(
|
|
110
110
|
`I should see a menuitemradio named {string} keyboard focused`,
|
|
@@ -114,7 +114,7 @@ Then(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
117
|
+
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
118
118
|
* */
|
|
119
119
|
Then(
|
|
120
120
|
`the previous keyboard element focused should be a menuitemradio named {string}`,
|
|
@@ -125,7 +125,7 @@ Then(
|
|
|
125
125
|
);
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
|
-
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
128
|
+
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
129
129
|
* */
|
|
130
130
|
Then(
|
|
131
131
|
`the next keyboard element focused should be a menuitemradio named {string}`,
|
|
@@ -104,7 +104,7 @@ Then(
|
|
|
104
104
|
// Begin of Keyboard Section
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
107
|
+
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
108
108
|
* */
|
|
109
109
|
Then(
|
|
110
110
|
`I should see a radio named {string} keyboard focused`,
|
|
@@ -114,7 +114,7 @@ Then(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
117
|
+
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
118
118
|
* */
|
|
119
119
|
Then(
|
|
120
120
|
`the previous keyboard element focused should be a radio named {string}`,
|
|
@@ -125,7 +125,7 @@ Then(
|
|
|
125
125
|
);
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
|
-
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
128
|
+
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
129
129
|
* */
|
|
130
130
|
Then(
|
|
131
131
|
`the next keyboard element focused should be a radio named {string}`,
|
|
@@ -104,7 +104,7 @@ Then(
|
|
|
104
104
|
// Begin of Keyboard Section
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
107
|
+
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
108
108
|
* */
|
|
109
109
|
Then(
|
|
110
110
|
`I should see a search named {string} keyboard focused`,
|
|
@@ -114,7 +114,7 @@ Then(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
117
|
+
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
118
118
|
* */
|
|
119
119
|
Then(
|
|
120
120
|
`the previous keyboard element focused should be a search named {string}`,
|
|
@@ -125,7 +125,7 @@ Then(
|
|
|
125
125
|
);
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
|
-
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
128
|
+
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
129
129
|
* */
|
|
130
130
|
Then(
|
|
131
131
|
`the next keyboard element focused should be a search named {string}`,
|
|
@@ -104,7 +104,7 @@ Then(
|
|
|
104
104
|
// Begin of Keyboard Section
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
107
|
+
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
108
108
|
* */
|
|
109
109
|
Then(
|
|
110
110
|
`I should see a search box named {string} keyboard focused`,
|
|
@@ -114,7 +114,7 @@ Then(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
117
|
+
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
118
118
|
* */
|
|
119
119
|
Then(
|
|
120
120
|
`the previous keyboard element focused should be a search box named {string}`,
|
|
@@ -125,7 +125,7 @@ Then(
|
|
|
125
125
|
);
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
|
-
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
128
|
+
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
129
129
|
* */
|
|
130
130
|
Then(
|
|
131
131
|
`the next keyboard element focused should be a search box named {string}`,
|
|
@@ -104,7 +104,7 @@ Then(
|
|
|
104
104
|
// Begin of Keyboard Section
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
107
|
+
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
108
108
|
* */
|
|
109
109
|
Then(
|
|
110
110
|
`I should see a select named {string} keyboard focused`,
|
|
@@ -114,7 +114,7 @@ Then(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
117
|
+
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
118
118
|
* */
|
|
119
119
|
Then(
|
|
120
120
|
`the previous keyboard element focused should be a select named {string}`,
|
|
@@ -125,7 +125,7 @@ Then(
|
|
|
125
125
|
);
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
|
-
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
128
|
+
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
129
129
|
* */
|
|
130
130
|
Then(
|
|
131
131
|
`the next keyboard element focused should be a select named {string}`,
|
|
@@ -104,7 +104,7 @@ Then(
|
|
|
104
104
|
// Begin of Keyboard Section
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
107
|
+
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
108
108
|
* */
|
|
109
109
|
Then(
|
|
110
110
|
`I should see a slider named {string} keyboard focused`,
|
|
@@ -114,7 +114,7 @@ Then(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
117
|
+
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
118
118
|
* */
|
|
119
119
|
Then(
|
|
120
120
|
`the previous keyboard element focused should be a slider named {string}`,
|
|
@@ -125,7 +125,7 @@ Then(
|
|
|
125
125
|
);
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
|
-
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
128
|
+
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
129
129
|
* */
|
|
130
130
|
Then(
|
|
131
131
|
`the next keyboard element focused should be a slider named {string}`,
|
|
@@ -104,7 +104,7 @@ Then(
|
|
|
104
104
|
// Begin of Keyboard Section
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
107
|
+
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
108
108
|
* */
|
|
109
109
|
Then(
|
|
110
110
|
`I should see a spin button named {string} keyboard focused`,
|
|
@@ -114,7 +114,7 @@ Then(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
117
|
+
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
118
118
|
* */
|
|
119
119
|
Then(
|
|
120
120
|
`the previous keyboard element focused should be a spin button named {string}`,
|
|
@@ -125,7 +125,7 @@ Then(
|
|
|
125
125
|
);
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
|
-
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
128
|
+
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
129
129
|
* */
|
|
130
130
|
Then(
|
|
131
131
|
`the next keyboard element focused should be a spin button named {string}`,
|
|
@@ -104,7 +104,7 @@ Then(
|
|
|
104
104
|
// Begin of Keyboard Section
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
107
|
+
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
108
108
|
* */
|
|
109
109
|
Then(
|
|
110
110
|
`I should see a switch named {string} keyboard focused`,
|
|
@@ -114,7 +114,7 @@ Then(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
117
|
+
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
118
118
|
* */
|
|
119
119
|
Then(
|
|
120
120
|
`the previous keyboard element focused should be a switch named {string}`,
|
|
@@ -125,7 +125,7 @@ Then(
|
|
|
125
125
|
);
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
|
-
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
128
|
+
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
129
129
|
* */
|
|
130
130
|
Then(
|
|
131
131
|
`the next keyboard element focused should be a switch named {string}`,
|
|
@@ -104,7 +104,7 @@ Then(
|
|
|
104
104
|
// Begin of Keyboard Section
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
107
|
+
* Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
108
108
|
* */
|
|
109
109
|
Then(
|
|
110
110
|
`I should see a tab named {string} keyboard focused`,
|
|
@@ -114,7 +114,7 @@ Then(
|
|
|
114
114
|
);
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
117
|
+
* Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
118
118
|
* */
|
|
119
119
|
Then(
|
|
120
120
|
`the previous keyboard element focused should be a tab named {string}`,
|
|
@@ -125,7 +125,7 @@ Then(
|
|
|
125
125
|
);
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
|
-
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
|
|
128
|
+
* Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
|
|
129
129
|
* */
|
|
130
130
|
Then(
|
|
131
131
|
`the next keyboard element focused should be a tab named {string}`,
|