@uuv/cypress 2.21.1 → 2.21.3

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 +15 -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 +5 -5
  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
@@ -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 text box named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("textbox", 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 text box named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("textbox", 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 text 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 widget named {string} keyboard focused`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("widget", 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 widget named {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("widget", 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 widget 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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir un bouton nommé {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("button", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être un bouton nommé {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("button", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être un bouton nommé {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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir une case à cocher nommée {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("checkbox", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être une case à cocher nommée {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("checkbox", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être une case à cocher nommée {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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir une boîte à choix nommée {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("combobox", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être une boîte à choix nommée {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("combobox", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être une boîte à choix nommée {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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir un lien nommé {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("link", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être un lien nommé {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("link", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être un lien nommé {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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir une boîte à liste nommée {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("listbox", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être une boîte à liste nommée {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("listbox", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être une boîte à liste nommée {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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir un élément de menu nommé {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("menuitem", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être un élément de menu nommé {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("menuitem", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être un élément de menu nommé {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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir un menu d'élément de boîte à choix nommé {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("menuitemcheckbox", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être un menu d'élément de boîte à choix nommé {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("menuitemcheckbox", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être un menu d'élément de boîte à choix nommé {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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir un menu d'élement de bouton radio nommé {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("menuitemradio", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être un menu d'élement de bouton radio nommé {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("menuitemradio", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être un menu d'élement de bouton radio nommé {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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir un bouton radio nommé {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("radio", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être un bouton radio nommé {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("radio", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être un bouton radio nommé {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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir une recherche nommée {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("search", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être une recherche nommée {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("search", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être une recherche nommée {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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir une boîte de recherche nommée {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("searchbox", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être une boîte de recherche nommée {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("searchbox", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être une boîte de recherche nommée {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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir un sélecteur nommé {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("select", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être un sélecteur nommé {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("select", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être un sélecteur nommé {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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir un curseur nommé {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("slider", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être un curseur nommé {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("slider", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être un curseur nommé {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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir un bouton rotatif nommé {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("spinbutton", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être un bouton rotatif nommé {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("spinbutton", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être un bouton rotatif nommé {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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir un interrupteur nommé {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("switch", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être un interrupteur nommé {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("switch", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être un interrupteur nommé {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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir un onglet nommé {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("tab", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être un onglet nommé {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("tab", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être un onglet nommé {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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir une boîte à texte nommée {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("textbox", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être une boîte à texte nommée {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("textbox", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être une boîte à texte nommée {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
- * 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
73
+ * 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>
74
74
  * */
75
75
  (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir un widget nommé {string} avoir le focus clavier`, function (name) {
76
76
  (0, core_engine_1.findWithRoleAndNameFocused)("widget", name);
77
77
  });
78
78
  /**
79
- * 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
79
+ * 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>
80
80
  * */
81
81
  (0, cypress_cucumber_preprocessor_1.Then)(`le précédent élément avec le focus clavier doit être un widget nommé {string}`, function (name) {
82
82
  (0, __common_1.pressKey)("{reverseTab}");
83
83
  (0, core_engine_1.findWithRoleAndNameFocused)("widget", name);
84
84
  });
85
85
  /**
86
- * 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
86
+ * 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>
87
87
  * */
88
88
  (0, cypress_cucumber_preprocessor_1.Then)(`le prochain élément avec le focus clavier doit être un widget nommé {string}`, function (name) {
89
89
  (0, __common_1.pressKey)("{tab}");