@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.
Files changed (78) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/cucumber/step_definitions/cypress/generated/_en-generated-cucumber-steps-definition.js +7 -7
  3. package/dist/cucumber/step_definitions/cypress/generated/_fr-generated-cucumber-steps-definition.js +7 -7
  4. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_button.js +3 -3
  5. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_checkbox.js +3 -3
  6. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_combobox.js +3 -3
  7. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_link.js +3 -3
  8. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_listbox.js +3 -3
  9. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitem.js +3 -3
  10. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemcheckbox.js +3 -3
  11. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemradio.js +3 -3
  12. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_radio.js +3 -3
  13. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_search.js +3 -3
  14. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_searchbox.js +3 -3
  15. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_select.js +3 -3
  16. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_slider.js +3 -3
  17. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_spinbutton.js +3 -3
  18. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_switch.js +3 -3
  19. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tab.js +3 -3
  20. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_textbox.js +3 -3
  21. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_widget.js +3 -3
  22. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_button.js +3 -3
  23. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_checkbox.js +3 -3
  24. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_combobox.js +3 -3
  25. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_link.js +3 -3
  26. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_listbox.js +3 -3
  27. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitem.js +3 -3
  28. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemcheckbox.js +3 -3
  29. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemradio.js +3 -3
  30. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_radio.js +3 -3
  31. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_search.js +3 -3
  32. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_searchbox.js +3 -3
  33. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_select.js +3 -3
  34. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_slider.js +3 -3
  35. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_spinbutton.js +3 -3
  36. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_switch.js +3 -3
  37. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tab.js +3 -3
  38. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_textbox.js +3 -3
  39. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_widget.js +3 -3
  40. package/package.json +2 -2
  41. package/src/cucumber/step_definitions/cypress/generated/_en-generated-cucumber-steps-definition.ts +7 -7
  42. package/src/cucumber/step_definitions/cypress/generated/_fr-generated-cucumber-steps-definition.ts +7 -7
  43. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_button.ts +3 -3
  44. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_checkbox.ts +3 -3
  45. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_combobox.ts +3 -3
  46. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_link.ts +3 -3
  47. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_listbox.ts +3 -3
  48. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitem.ts +3 -3
  49. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemcheckbox.ts +3 -3
  50. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemradio.ts +3 -3
  51. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_radio.ts +3 -3
  52. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_search.ts +3 -3
  53. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_searchbox.ts +3 -3
  54. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_select.ts +3 -3
  55. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_slider.ts +3 -3
  56. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_spinbutton.ts +3 -3
  57. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_switch.ts +3 -3
  58. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tab.ts +3 -3
  59. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_textbox.ts +3 -3
  60. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_widget.ts +3 -3
  61. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_button.ts +3 -3
  62. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_checkbox.ts +3 -3
  63. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_combobox.ts +3 -3
  64. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_link.ts +3 -3
  65. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_listbox.ts +3 -3
  66. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitem.ts +3 -3
  67. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemcheckbox.ts +3 -3
  68. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemradio.ts +3 -3
  69. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_radio.ts +3 -3
  70. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_search.ts +3 -3
  71. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_searchbox.ts +3 -3
  72. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_select.ts +3 -3
  73. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_slider.ts +3 -3
  74. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_spinbutton.ts +3 -3
  75. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_switch.ts +3 -3
  76. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tab.ts +3 -3
  77. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_textbox.ts +3 -3
  78. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_widget.ts +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.21.2](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.21.1...runner-cypress-v2.21.2) (2024-06-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add exemple to keyboard sentences description ([8b545e9](https://github.com/Orange-OpenSource/uuv/commit/8b545e9a7fe11963ebae4216735b43e6b142732e))
7
+
1
8
  ## [2.21.1](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.21.0...runner-cypress-v2.21.1) (2024-06-03)
2
9
 
3
10
 
@@ -87,13 +87,13 @@ const __common_1 = require("./../_.common");
87
87
  (0, __common_1.pressKey)(key);
88
88
  });
89
89
  /**
90
- * Move to the previous html element that can be reached with back Tab
90
+ * 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>
91
91
  * */
92
92
  (0, cypress_cucumber_preprocessor_1.When)(`I go to previous keyboard element`, function () {
93
93
  (0, __common_1.pressKey)("{reverseTab}");
94
94
  });
95
95
  /**
96
- * Move to the next html element that can be reached with Tab
96
+ * 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>
97
97
  * */
98
98
  (0, cypress_cucumber_preprocessor_1.When)(`I go to next keyboard element`, function () {
99
99
  (0, __common_1.pressKey)("{tab}");
@@ -114,7 +114,7 @@ const __common_1 = require("./../_.common");
114
114
  cy.viewport(width, height);
115
115
  });
116
116
  /**
117
- * Start a keyboard navigation session from the top of the page
117
+ * 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>
118
118
  * */
119
119
  (0, cypress_cucumber_preprocessor_1.Given)(`I start a keyboard navigation from the top of the page`, function () {
120
120
  cy.get("body").last().realClick({ x: 0.5, y: 0.5 });
@@ -290,13 +290,13 @@ const __common_1 = require("./../_.common");
290
290
  (0, core_engine_1.findWithRoleAndNameAndContent)(expectedRole, name, expectedTextContent);
291
291
  });
292
292
  /**
293
- * 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
293
+ * 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>
294
294
  * */
295
295
  (0, cypress_cucumber_preprocessor_1.Then)(`the element with role {string} and name {string} should be keyboard focused`, function (expectedRole, name) {
296
296
  (0, core_engine_1.findWithRoleAndNameFocused)(expectedRole, name);
297
297
  });
298
298
  /**
299
- * Checks that the Html element with the specified selector is focused
299
+ * 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>
300
300
  * */
301
301
  (0, cypress_cucumber_preprocessor_1.Then)(`the element with selector {string} should be keyboard focused`, function (selector) {
302
302
  cy.get(selector).then(foundElement => {
@@ -345,14 +345,14 @@ const __common_1 = require("./../_.common");
345
345
  });
346
346
  });
347
347
  /**
348
- * 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
348
+ * 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>
349
349
  * */
350
350
  (0, cypress_cucumber_preprocessor_1.When)(`the previous keyboard element focused should have name {string} and role {string}`, function (expectedRole, name) {
351
351
  (0, __common_1.pressKey)("{reverseTab}");
352
352
  (0, core_engine_1.findWithRoleAndNameFocused)(expectedRole, name);
353
353
  });
354
354
  /**
355
- * "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
355
+ * "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>
356
356
  * */
357
357
  (0, cypress_cucumber_preprocessor_1.When)(`the next keyboard element focused should have name {string} and role {string}`, function (expectedRole, name) {
358
358
  (0, __common_1.pressKey)("{tab}");
@@ -87,13 +87,13 @@ const __common_1 = require("./../_.common");
87
87
  (0, __common_1.pressKey)(key);
88
88
  });
89
89
  /**
90
- * se déplace au précédent élément HTML atteignable avec la tabulation retour
90
+ * 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>
91
91
  * */
92
92
  (0, cypress_cucumber_preprocessor_1.When)(`je vais au précédent élément au clavier`, function () {
93
93
  (0, __common_1.pressKey)("{reverseTab}");
94
94
  });
95
95
  /**
96
- * se déplace au prochain élément HTML atteignable avec la tabulation
96
+ * 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>
97
97
  * */
98
98
  (0, cypress_cucumber_preprocessor_1.When)(`je vais au prochain élément au clavier`, function () {
99
99
  (0, __common_1.pressKey)("{tab}");
@@ -114,7 +114,7 @@ const __common_1 = require("./../_.common");
114
114
  cy.viewport(width, height);
115
115
  });
116
116
  /**
117
- * Démarre une session de navigation au clavier à partir du haut de la page
117
+ * 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>
118
118
  * */
119
119
  (0, cypress_cucumber_preprocessor_1.Given)(`je commence une navigation au clavier depuis le haut de la page`, function () {
120
120
  cy.get("body").last().realClick({ x: 0.5, y: 0.5 });
@@ -290,13 +290,13 @@ const __common_1 = require("./../_.common");
290
290
  (0, core_engine_1.findWithRoleAndNameAndContent)(expectedRole, name, expectedTextContent);
291
291
  });
292
292
  /**
293
- * 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
293
+ * 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>
294
294
  * */
295
295
  (0, cypress_cucumber_preprocessor_1.Then)(`l'élément avec le rôle {string} et le nom {string} doit avoir le focus clavier`, function (expectedRole, name) {
296
296
  (0, core_engine_1.findWithRoleAndNameFocused)(expectedRole, name);
297
297
  });
298
298
  /**
299
- * Vérifie que l'élément Html avec le sélecteur est focus
299
+ * 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>
300
300
  * */
301
301
  (0, cypress_cucumber_preprocessor_1.Then)(`l'élément avec le sélecteur {string} doit avoir le focus clavier`, function (selector) {
302
302
  cy.get(selector).then(foundElement => {
@@ -345,14 +345,14 @@ const __common_1 = require("./../_.common");
345
345
  });
346
346
  });
347
347
  /**
348
- * 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
348
+ * 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>
349
349
  * */
350
350
  (0, cypress_cucumber_preprocessor_1.When)(`le précédent élément avec le focus clavier doit avoir le role {string} et le nom {string}`, function (expectedRole, name) {
351
351
  (0, __common_1.pressKey)("{reverseTab}");
352
352
  (0, core_engine_1.findWithRoleAndNameFocused)(expectedRole, name);
353
353
  });
354
354
  /**
355
- * "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
355
+ * "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>
356
356
  * */
357
357
  (0, cypress_cucumber_preprocessor_1.When)(`le prochain élément avec le focus clavier doit avoir le role {string} et le nom {string}`, function (expectedRole, name) {
358
358
  (0, __common_1.pressKey)("{tab}");
@@ -70,20 +70,20 @@ const __common_1 = require("../../../_.common");
70
70
  // End of Content Section
71
71
  // Begin of Keyboard Section
72
72
  /**
73
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a button named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("button", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`the previous keyboard element focused should be a button named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("button", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`the next keyboard element focused should be a button named {string}`, function (name) {
89
89
  (0, __common_1.pressKey)("{tab}");
@@ -70,20 +70,20 @@ const __common_1 = require("../../../_.common");
70
70
  // End of Content Section
71
71
  // Begin of Keyboard Section
72
72
  /**
73
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a checkbox named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("checkbox", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`the previous keyboard element focused should be a checkbox named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("checkbox", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`the next keyboard element focused should be a checkbox named {string}`, function (name) {
89
89
  (0, __common_1.pressKey)("{tab}");
@@ -70,20 +70,20 @@ const __common_1 = require("../../../_.common");
70
70
  // End of Content Section
71
71
  // Begin of Keyboard Section
72
72
  /**
73
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a combo box named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("combobox", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`the previous keyboard element focused should be a combo box named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("combobox", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`the next keyboard element focused should be a combo box named {string}`, function (name) {
89
89
  (0, __common_1.pressKey)("{tab}");
@@ -70,20 +70,20 @@ const __common_1 = require("../../../_.common");
70
70
  // End of Content Section
71
71
  // Begin of Keyboard Section
72
72
  /**
73
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a link named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("link", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`the previous keyboard element focused should be a link named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("link", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`the next keyboard element focused should be a link named {string}`, function (name) {
89
89
  (0, __common_1.pressKey)("{tab}");
@@ -70,20 +70,20 @@ const __common_1 = require("../../../_.common");
70
70
  // End of Content Section
71
71
  // Begin of Keyboard Section
72
72
  /**
73
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a list box named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("listbox", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`the previous keyboard element focused should be a list box named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("listbox", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`the next keyboard element focused should be a list box named {string}`, function (name) {
89
89
  (0, __common_1.pressKey)("{tab}");
@@ -70,20 +70,20 @@ const __common_1 = require("../../../_.common");
70
70
  // End of Content Section
71
71
  // Begin of Keyboard Section
72
72
  /**
73
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a menuitem named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("menuitem", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`the previous keyboard element focused should be a menuitem named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("menuitem", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`the next keyboard element focused should be a menuitem named {string}`, function (name) {
89
89
  (0, __common_1.pressKey)("{tab}");
@@ -70,20 +70,20 @@ const __common_1 = require("../../../_.common");
70
70
  // End of Content Section
71
71
  // Begin of Keyboard Section
72
72
  /**
73
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a menuitemcheckbox named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("menuitemcheckbox", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`the previous keyboard element focused should be a menuitemcheckbox named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("menuitemcheckbox", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`the next keyboard element focused should be a menuitemcheckbox named {string}`, function (name) {
89
89
  (0, __common_1.pressKey)("{tab}");
@@ -70,20 +70,20 @@ const __common_1 = require("../../../_.common");
70
70
  // End of Content Section
71
71
  // Begin of Keyboard Section
72
72
  /**
73
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a menuitemradio named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("menuitemradio", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`the previous keyboard element focused should be a menuitemradio named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("menuitemradio", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`the next keyboard element focused should be a menuitemradio named {string}`, function (name) {
89
89
  (0, __common_1.pressKey)("{tab}");
@@ -70,20 +70,20 @@ const __common_1 = require("../../../_.common");
70
70
  // End of Content Section
71
71
  // Begin of Keyboard Section
72
72
  /**
73
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a radio named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("radio", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`the previous keyboard element focused should be a radio named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("radio", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`the next keyboard element focused should be a radio named {string}`, function (name) {
89
89
  (0, __common_1.pressKey)("{tab}");
@@ -70,20 +70,20 @@ const __common_1 = require("../../../_.common");
70
70
  // End of Content Section
71
71
  // Begin of Keyboard Section
72
72
  /**
73
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a search named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("search", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`the previous keyboard element focused should be a search named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("search", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`the next keyboard element focused should be a search named {string}`, function (name) {
89
89
  (0, __common_1.pressKey)("{tab}");
@@ -70,20 +70,20 @@ const __common_1 = require("../../../_.common");
70
70
  // End of Content Section
71
71
  // Begin of Keyboard Section
72
72
  /**
73
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a search box named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("searchbox", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`the previous keyboard element focused should be a search box named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("searchbox", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`the next keyboard element focused should be a search box named {string}`, function (name) {
89
89
  (0, __common_1.pressKey)("{tab}");
@@ -70,20 +70,20 @@ const __common_1 = require("../../../_.common");
70
70
  // End of Content Section
71
71
  // Begin of Keyboard Section
72
72
  /**
73
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a select named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("select", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`the previous keyboard element focused should be a select named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("select", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`the next keyboard element focused should be a select named {string}`, function (name) {
89
89
  (0, __common_1.pressKey)("{tab}");
@@ -70,20 +70,20 @@ const __common_1 = require("../../../_.common");
70
70
  // End of Content Section
71
71
  // Begin of Keyboard Section
72
72
  /**
73
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a slider named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("slider", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`the previous keyboard element focused should be a slider named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("slider", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`the next keyboard element focused should be a slider named {string}`, function (name) {
89
89
  (0, __common_1.pressKey)("{tab}");
@@ -70,20 +70,20 @@ const __common_1 = require("../../../_.common");
70
70
  // End of Content Section
71
71
  // Begin of Keyboard Section
72
72
  /**
73
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a spin button named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("spinbutton", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`the previous keyboard element focused should be a spin button named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("spinbutton", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`the next keyboard element focused should be a spin button named {string}`, function (name) {
89
89
  (0, __common_1.pressKey)("{tab}");
@@ -70,20 +70,20 @@ const __common_1 = require("../../../_.common");
70
70
  // End of Content Section
71
71
  // Begin of Keyboard Section
72
72
  /**
73
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a switch named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("switch", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`the previous keyboard element focused should be a switch named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("switch", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`the next keyboard element focused should be a switch named {string}`, function (name) {
89
89
  (0, __common_1.pressKey)("{tab}");
@@ -70,20 +70,20 @@ const __common_1 = require("../../../_.common");
70
70
  // End of Content Section
71
71
  // Begin of Keyboard Section
72
72
  /**
73
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a tab named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("tab", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`the previous keyboard element focused should be a tab named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("tab", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`the next keyboard element focused should be a tab named {string}`, function (name) {
89
89
  (0, __common_1.pressKey)("{tab}");