@uuv/cypress 2.1.0 → 2.2.0

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 (353) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +4 -0
  3. package/dist/cucumber/step_definitions/cypress/_.common.d.ts +0 -2
  4. package/dist/cucumber/step_definitions/cypress/_context.d.ts +0 -2
  5. package/dist/cucumber/step_definitions/cypress/a11y-engine.d.ts +17 -0
  6. package/dist/cucumber/step_definitions/cypress/a11y-engine.js +127 -0
  7. package/dist/cucumber/step_definitions/cypress/generated/_en-generated-cucumber-steps-definition.js +176 -9
  8. package/dist/cucumber/step_definitions/cypress/generated/_fr-generated-cucumber-steps-definition.js +176 -9
  9. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_alert.js +21 -0
  10. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_alertdialog.js +21 -0
  11. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_application.js +21 -0
  12. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_article.js +21 -0
  13. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_banner.js +21 -0
  14. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_button.js +21 -0
  15. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_cell.js +21 -0
  16. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_checkbox.js +21 -0
  17. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_columnheader.js +21 -0
  18. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_combobox.js +21 -0
  19. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_command.js +21 -0
  20. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_comment.js +21 -0
  21. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_complementary.js +21 -0
  22. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_composite.js +21 -0
  23. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_contentinfo.js +21 -0
  24. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_definition.js +21 -0
  25. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_dialog.js +21 -0
  26. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_directory.js +21 -0
  27. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_document.js +21 -0
  28. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_feed.js +21 -0
  29. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_figure.js +21 -0
  30. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_form.js +21 -0
  31. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_generic.js +21 -0
  32. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_grid.js +21 -0
  33. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_gridcell.js +21 -0
  34. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_group.js +21 -0
  35. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_heading.js +21 -0
  36. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_img.js +21 -0
  37. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_input.js +21 -0
  38. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_landmark.js +21 -0
  39. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_link.js +21 -0
  40. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_list.js +21 -0
  41. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_listbox.js +21 -0
  42. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_listitem.js +21 -0
  43. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_log.js +21 -0
  44. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_main.js +21 -0
  45. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_mark.js +21 -0
  46. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_math.js +21 -0
  47. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menu.js +21 -0
  48. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menubar.js +21 -0
  49. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitem.js +21 -0
  50. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemcheckbox.js +21 -0
  51. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemradio.js +21 -0
  52. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_meter.js +21 -0
  53. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_navigation.js +21 -0
  54. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_none.js +21 -0
  55. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_note.js +21 -0
  56. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_option.js +21 -0
  57. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_presentation.js +21 -0
  58. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_progressbar.js +21 -0
  59. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_radio.js +21 -0
  60. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_radiogroup.js +21 -0
  61. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_range.js +21 -0
  62. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_region.js +21 -0
  63. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_roletype.js +21 -0
  64. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_row.js +21 -0
  65. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_rowgroup.js +21 -0
  66. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_rowheader.js +21 -0
  67. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_scrollbar.js +21 -0
  68. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_search.js +21 -0
  69. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_searchbox.js +21 -0
  70. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_section.js +21 -0
  71. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_sectionhead.js +21 -0
  72. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_select.js +21 -0
  73. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_separator.js +21 -0
  74. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_slider.js +21 -0
  75. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_spinbutton.js +21 -0
  76. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_status.js +21 -0
  77. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_structure.js +21 -0
  78. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_suggestion.js +21 -0
  79. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_switch.js +21 -0
  80. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tab.js +21 -0
  81. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_table.js +21 -0
  82. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tablist.js +21 -0
  83. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tabpanel.js +21 -0
  84. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_term.js +21 -0
  85. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_textbox.js +21 -0
  86. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_timer.js +21 -0
  87. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_toolbar.js +21 -0
  88. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tooltip.js +21 -0
  89. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tree.js +21 -0
  90. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_treegrid.js +21 -0
  91. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_treeitem.js +21 -0
  92. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_widget.js +21 -0
  93. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_window.js +21 -0
  94. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_alert.js +21 -0
  95. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_alertdialog.js +21 -0
  96. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_application.js +21 -0
  97. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_article.js +21 -0
  98. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_banner.js +21 -0
  99. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_button.js +21 -0
  100. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_cell.js +21 -0
  101. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_checkbox.js +21 -0
  102. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_columnheader.js +21 -0
  103. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_combobox.js +21 -0
  104. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_command.js +21 -0
  105. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_comment.js +21 -0
  106. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_complementary.js +21 -0
  107. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_composite.js +21 -0
  108. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_contentinfo.js +21 -0
  109. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_definition.js +21 -0
  110. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_dialog.js +21 -0
  111. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_directory.js +21 -0
  112. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_document.js +21 -0
  113. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_feed.js +21 -0
  114. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_figure.js +21 -0
  115. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_form.js +21 -0
  116. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_generic.js +21 -0
  117. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_grid.js +21 -0
  118. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_gridcell.js +21 -0
  119. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_group.js +21 -0
  120. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_heading.js +21 -0
  121. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_img.js +21 -0
  122. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_input.js +21 -0
  123. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_landmark.js +21 -0
  124. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_link.js +21 -0
  125. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_list.js +21 -0
  126. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_listbox.js +21 -0
  127. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_listitem.js +21 -0
  128. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_log.js +21 -0
  129. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_main.js +21 -0
  130. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_mark.js +21 -0
  131. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_math.js +21 -0
  132. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menu.js +21 -0
  133. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menubar.js +21 -0
  134. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitem.js +21 -0
  135. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemcheckbox.js +21 -0
  136. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemradio.js +21 -0
  137. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_meter.js +21 -0
  138. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_navigation.js +21 -0
  139. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_none.js +21 -0
  140. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_note.js +21 -0
  141. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_option.js +21 -0
  142. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_presentation.js +21 -0
  143. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_progressbar.js +21 -0
  144. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_radio.js +21 -0
  145. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_radiogroup.js +21 -0
  146. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_range.js +21 -0
  147. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_region.js +21 -0
  148. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_roletype.js +21 -0
  149. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_row.js +21 -0
  150. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_rowgroup.js +21 -0
  151. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_rowheader.js +21 -0
  152. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_scrollbar.js +21 -0
  153. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_search.js +21 -0
  154. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_searchbox.js +21 -0
  155. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_section.js +21 -0
  156. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_sectionhead.js +21 -0
  157. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_select.js +21 -0
  158. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_separator.js +21 -0
  159. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_slider.js +21 -0
  160. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_spinbutton.js +21 -0
  161. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_status.js +21 -0
  162. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_structure.js +21 -0
  163. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_suggestion.js +21 -0
  164. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_switch.js +21 -0
  165. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tab.js +21 -0
  166. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_table.js +21 -0
  167. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tablist.js +21 -0
  168. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tabpanel.js +21 -0
  169. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_term.js +21 -0
  170. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_textbox.js +21 -0
  171. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_timer.js +21 -0
  172. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_toolbar.js +21 -0
  173. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tooltip.js +21 -0
  174. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tree.js +21 -0
  175. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_treegrid.js +21 -0
  176. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_treeitem.js +21 -0
  177. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_widget.js +21 -0
  178. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_window.js +21 -0
  179. package/dist/cypress/commands.d.ts +3 -2
  180. package/dist/cypress/commands.js +3 -0
  181. package/package.json +3 -2
  182. package/src/cucumber/step_definitions/cypress/generated/_en-generated-cucumber-steps-definition.ts +191 -15
  183. package/src/cucumber/step_definitions/cypress/generated/_fr-generated-cucumber-steps-definition.ts +191 -15
  184. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_alert.ts +21 -0
  185. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_alertdialog.ts +21 -0
  186. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_application.ts +21 -0
  187. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_article.ts +21 -0
  188. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_banner.ts +21 -0
  189. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_button.ts +21 -0
  190. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_cell.ts +21 -0
  191. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_checkbox.ts +21 -0
  192. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_columnheader.ts +21 -0
  193. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_combobox.ts +21 -0
  194. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_command.ts +21 -0
  195. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_comment.ts +21 -0
  196. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_complementary.ts +21 -0
  197. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_composite.ts +21 -0
  198. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_contentinfo.ts +21 -0
  199. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_definition.ts +21 -0
  200. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_dialog.ts +21 -0
  201. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_directory.ts +21 -0
  202. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_document.ts +21 -0
  203. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_feed.ts +21 -0
  204. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_figure.ts +21 -0
  205. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_form.ts +21 -0
  206. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_generic.ts +21 -0
  207. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_grid.ts +21 -0
  208. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_gridcell.ts +21 -0
  209. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_group.ts +21 -0
  210. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_heading.ts +21 -0
  211. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_img.ts +21 -0
  212. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_input.ts +21 -0
  213. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_landmark.ts +21 -0
  214. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_link.ts +21 -0
  215. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_list.ts +21 -0
  216. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_listbox.ts +21 -0
  217. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_listitem.ts +21 -0
  218. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_log.ts +21 -0
  219. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_main.ts +21 -0
  220. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_mark.ts +21 -0
  221. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_math.ts +21 -0
  222. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menu.ts +21 -0
  223. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menubar.ts +21 -0
  224. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitem.ts +21 -0
  225. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemcheckbox.ts +21 -0
  226. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemradio.ts +21 -0
  227. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_meter.ts +21 -0
  228. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_navigation.ts +21 -0
  229. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_none.ts +21 -0
  230. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_note.ts +21 -0
  231. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_option.ts +21 -0
  232. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_presentation.ts +21 -0
  233. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_progressbar.ts +21 -0
  234. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_radio.ts +21 -0
  235. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_radiogroup.ts +21 -0
  236. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_range.ts +21 -0
  237. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_region.ts +21 -0
  238. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_roletype.ts +21 -0
  239. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_row.ts +21 -0
  240. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_rowgroup.ts +21 -0
  241. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_rowheader.ts +21 -0
  242. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_scrollbar.ts +21 -0
  243. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_search.ts +21 -0
  244. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_searchbox.ts +21 -0
  245. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_section.ts +21 -0
  246. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_sectionhead.ts +21 -0
  247. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_select.ts +21 -0
  248. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_separator.ts +21 -0
  249. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_slider.ts +21 -0
  250. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_spinbutton.ts +21 -0
  251. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_status.ts +21 -0
  252. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_structure.ts +21 -0
  253. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_suggestion.ts +21 -0
  254. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_switch.ts +21 -0
  255. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tab.ts +21 -0
  256. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_table.ts +21 -0
  257. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tablist.ts +21 -0
  258. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tabpanel.ts +21 -0
  259. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_term.ts +21 -0
  260. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_textbox.ts +21 -0
  261. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_timer.ts +21 -0
  262. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_toolbar.ts +21 -0
  263. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tooltip.ts +21 -0
  264. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tree.ts +21 -0
  265. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_treegrid.ts +21 -0
  266. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_treeitem.ts +21 -0
  267. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_widget.ts +21 -0
  268. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_window.ts +21 -0
  269. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_alert.ts +21 -0
  270. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_alertdialog.ts +21 -0
  271. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_application.ts +21 -0
  272. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_article.ts +21 -0
  273. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_banner.ts +21 -0
  274. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_button.ts +21 -0
  275. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_cell.ts +21 -0
  276. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_checkbox.ts +21 -0
  277. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_columnheader.ts +21 -0
  278. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_combobox.ts +21 -0
  279. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_command.ts +21 -0
  280. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_comment.ts +21 -0
  281. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_complementary.ts +21 -0
  282. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_composite.ts +21 -0
  283. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_contentinfo.ts +21 -0
  284. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_definition.ts +21 -0
  285. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_dialog.ts +21 -0
  286. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_directory.ts +21 -0
  287. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_document.ts +21 -0
  288. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_feed.ts +21 -0
  289. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_figure.ts +21 -0
  290. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_form.ts +21 -0
  291. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_generic.ts +21 -0
  292. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_grid.ts +21 -0
  293. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_gridcell.ts +21 -0
  294. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_group.ts +21 -0
  295. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_heading.ts +21 -0
  296. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_img.ts +21 -0
  297. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_input.ts +21 -0
  298. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_landmark.ts +21 -0
  299. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_link.ts +21 -0
  300. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_list.ts +21 -0
  301. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_listbox.ts +21 -0
  302. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_listitem.ts +21 -0
  303. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_log.ts +21 -0
  304. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_main.ts +21 -0
  305. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_mark.ts +21 -0
  306. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_math.ts +21 -0
  307. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menu.ts +21 -0
  308. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menubar.ts +21 -0
  309. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitem.ts +21 -0
  310. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemcheckbox.ts +21 -0
  311. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemradio.ts +21 -0
  312. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_meter.ts +21 -0
  313. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_navigation.ts +21 -0
  314. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_none.ts +21 -0
  315. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_note.ts +21 -0
  316. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_option.ts +21 -0
  317. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_presentation.ts +21 -0
  318. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_progressbar.ts +21 -0
  319. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_radio.ts +21 -0
  320. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_radiogroup.ts +21 -0
  321. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_range.ts +21 -0
  322. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_region.ts +21 -0
  323. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_roletype.ts +21 -0
  324. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_row.ts +21 -0
  325. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_rowgroup.ts +21 -0
  326. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_rowheader.ts +21 -0
  327. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_scrollbar.ts +21 -0
  328. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_search.ts +21 -0
  329. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_searchbox.ts +21 -0
  330. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_section.ts +21 -0
  331. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_sectionhead.ts +21 -0
  332. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_select.ts +21 -0
  333. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_separator.ts +21 -0
  334. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_slider.ts +21 -0
  335. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_spinbutton.ts +21 -0
  336. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_status.ts +21 -0
  337. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_structure.ts +21 -0
  338. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_suggestion.ts +21 -0
  339. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_switch.ts +21 -0
  340. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tab.ts +21 -0
  341. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_table.ts +21 -0
  342. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tablist.ts +21 -0
  343. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tabpanel.ts +21 -0
  344. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_term.ts +21 -0
  345. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_textbox.ts +21 -0
  346. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_timer.ts +21 -0
  347. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_toolbar.ts +21 -0
  348. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tooltip.ts +21 -0
  349. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tree.ts +21 -0
  350. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_treegrid.ts +21 -0
  351. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_treeitem.ts +21 -0
  352. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_widget.ts +21 -0
  353. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_window.ts +21 -0
@@ -20,24 +20,45 @@ Object.defineProperty(exports, "__esModule", { value: true });
20
20
  const cypress_cucumber_preprocessor_1 = require("@badeball/cypress-cucumber-preprocessor");
21
21
  require("../../../../../../cypress/commands");
22
22
  const core_engine_1 = require("../../../core-engine");
23
+ /**
24
+ * Selects the element whose [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and accessible [name](https://russmaxdesign.github.io/html-elements-names/) are specified <br />⚠ remember to deselect the element with <b>[I reset context](#i-reset-context)</b> if you're no longer acting on it
25
+ * */
23
26
  (0, cypress_cucumber_preprocessor_1.When)(`within a menuitem named {string}`, function (name) {
24
27
  return (0, core_engine_1.withinRoleAndName)("menuitem", name);
25
28
  });
29
+ /**
30
+ * Checks that an Html element exists 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/)
31
+ * */
26
32
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a menuitem named {string}`, async function (name) {
27
33
  (0, core_engine_1.findWithRoleAndName)("menuitem", name);
28
34
  });
35
+ /**
36
+ * Checks that an Html element does not exists 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/)
37
+ * */
29
38
  (0, cypress_cucumber_preprocessor_1.Then)(`I should not see a menuitem named {string}`, async function (name) {
30
39
  (0, core_engine_1.notFoundWithRoleAndName)("menuitem", name);
31
40
  });
41
+ /**
42
+ * Writes the sentence given as a parameter inside the specified field (useful for example to fill in a form field)
43
+ * */
32
44
  (0, cypress_cucumber_preprocessor_1.When)(`I type the sentence {string} in the menuitem named {string}`, function (textToType, name) {
33
45
  cy.uuvFindByRole("menuitem", { name: name }).uuvFoundedElement().type(textToType);
34
46
  });
47
+ /**
48
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content
49
+ * */
35
50
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a menuitem named {string} and containing {string}`, async function (name, expectedTextContent) {
36
51
  (0, core_engine_1.findWithRoleAndNameAndContent)("menuitem", name, expectedTextContent);
37
52
  });
53
+ /**
54
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to true
55
+ * */
38
56
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a menuitem named {string} and containing {string} disabled`, async function (name, expectedTextContent) {
39
57
  (0, core_engine_1.findWithRoleAndNameAndContentDisable)("menuitem", name, expectedTextContent);
40
58
  });
59
+ /**
60
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to false
61
+ * */
41
62
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a menuitem named {string} and containing {string} enabled`, async function (name, expectedTextContent) {
42
63
  (0, core_engine_1.findWithRoleAndNameAndContentEnable)("menuitem", name, expectedTextContent);
43
64
  });
@@ -20,24 +20,45 @@ Object.defineProperty(exports, "__esModule", { value: true });
20
20
  const cypress_cucumber_preprocessor_1 = require("@badeball/cypress-cucumber-preprocessor");
21
21
  require("../../../../../../cypress/commands");
22
22
  const core_engine_1 = require("../../../core-engine");
23
+ /**
24
+ * Selects the element whose [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and accessible [name](https://russmaxdesign.github.io/html-elements-names/) are specified <br />⚠ remember to deselect the element with <b>[I reset context](#i-reset-context)</b> if you're no longer acting on it
25
+ * */
23
26
  (0, cypress_cucumber_preprocessor_1.When)(`within a menuitemcheckbox named {string}`, function (name) {
24
27
  return (0, core_engine_1.withinRoleAndName)("menuitemcheckbox", name);
25
28
  });
29
+ /**
30
+ * Checks that an Html element exists 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/)
31
+ * */
26
32
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a menuitemcheckbox named {string}`, async function (name) {
27
33
  (0, core_engine_1.findWithRoleAndName)("menuitemcheckbox", name);
28
34
  });
35
+ /**
36
+ * Checks that an Html element does not exists 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/)
37
+ * */
29
38
  (0, cypress_cucumber_preprocessor_1.Then)(`I should not see a menuitemcheckbox named {string}`, async function (name) {
30
39
  (0, core_engine_1.notFoundWithRoleAndName)("menuitemcheckbox", name);
31
40
  });
41
+ /**
42
+ * Writes the sentence given as a parameter inside the specified field (useful for example to fill in a form field)
43
+ * */
32
44
  (0, cypress_cucumber_preprocessor_1.When)(`I type the sentence {string} in the menuitemcheckbox named {string}`, function (textToType, name) {
33
45
  cy.uuvFindByRole("menuitemcheckbox", { name: name }).uuvFoundedElement().type(textToType);
34
46
  });
47
+ /**
48
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content
49
+ * */
35
50
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a menuitemcheckbox named {string} and containing {string}`, async function (name, expectedTextContent) {
36
51
  (0, core_engine_1.findWithRoleAndNameAndContent)("menuitemcheckbox", name, expectedTextContent);
37
52
  });
53
+ /**
54
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to true
55
+ * */
38
56
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a menuitemcheckbox named {string} and containing {string} disabled`, async function (name, expectedTextContent) {
39
57
  (0, core_engine_1.findWithRoleAndNameAndContentDisable)("menuitemcheckbox", name, expectedTextContent);
40
58
  });
59
+ /**
60
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to false
61
+ * */
41
62
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a menuitemcheckbox named {string} and containing {string} enabled`, async function (name, expectedTextContent) {
42
63
  (0, core_engine_1.findWithRoleAndNameAndContentEnable)("menuitemcheckbox", name, expectedTextContent);
43
64
  });
@@ -20,24 +20,45 @@ Object.defineProperty(exports, "__esModule", { value: true });
20
20
  const cypress_cucumber_preprocessor_1 = require("@badeball/cypress-cucumber-preprocessor");
21
21
  require("../../../../../../cypress/commands");
22
22
  const core_engine_1 = require("../../../core-engine");
23
+ /**
24
+ * Selects the element whose [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and accessible [name](https://russmaxdesign.github.io/html-elements-names/) are specified <br />⚠ remember to deselect the element with <b>[I reset context](#i-reset-context)</b> if you're no longer acting on it
25
+ * */
23
26
  (0, cypress_cucumber_preprocessor_1.When)(`within a menuitemradio named {string}`, function (name) {
24
27
  return (0, core_engine_1.withinRoleAndName)("menuitemradio", name);
25
28
  });
29
+ /**
30
+ * Checks that an Html element exists 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/)
31
+ * */
26
32
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a menuitemradio named {string}`, async function (name) {
27
33
  (0, core_engine_1.findWithRoleAndName)("menuitemradio", name);
28
34
  });
35
+ /**
36
+ * Checks that an Html element does not exists 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/)
37
+ * */
29
38
  (0, cypress_cucumber_preprocessor_1.Then)(`I should not see a menuitemradio named {string}`, async function (name) {
30
39
  (0, core_engine_1.notFoundWithRoleAndName)("menuitemradio", name);
31
40
  });
41
+ /**
42
+ * Writes the sentence given as a parameter inside the specified field (useful for example to fill in a form field)
43
+ * */
32
44
  (0, cypress_cucumber_preprocessor_1.When)(`I type the sentence {string} in the menuitemradio named {string}`, function (textToType, name) {
33
45
  cy.uuvFindByRole("menuitemradio", { name: name }).uuvFoundedElement().type(textToType);
34
46
  });
47
+ /**
48
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content
49
+ * */
35
50
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a menuitemradio named {string} and containing {string}`, async function (name, expectedTextContent) {
36
51
  (0, core_engine_1.findWithRoleAndNameAndContent)("menuitemradio", name, expectedTextContent);
37
52
  });
53
+ /**
54
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to true
55
+ * */
38
56
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a menuitemradio named {string} and containing {string} disabled`, async function (name, expectedTextContent) {
39
57
  (0, core_engine_1.findWithRoleAndNameAndContentDisable)("menuitemradio", name, expectedTextContent);
40
58
  });
59
+ /**
60
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to false
61
+ * */
41
62
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a menuitemradio named {string} and containing {string} enabled`, async function (name, expectedTextContent) {
42
63
  (0, core_engine_1.findWithRoleAndNameAndContentEnable)("menuitemradio", name, expectedTextContent);
43
64
  });
@@ -20,24 +20,45 @@ Object.defineProperty(exports, "__esModule", { value: true });
20
20
  const cypress_cucumber_preprocessor_1 = require("@badeball/cypress-cucumber-preprocessor");
21
21
  require("../../../../../../cypress/commands");
22
22
  const core_engine_1 = require("../../../core-engine");
23
+ /**
24
+ * Selects the element whose [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and accessible [name](https://russmaxdesign.github.io/html-elements-names/) are specified <br />⚠ remember to deselect the element with <b>[I reset context](#i-reset-context)</b> if you're no longer acting on it
25
+ * */
23
26
  (0, cypress_cucumber_preprocessor_1.When)(`within a counter named {string}`, function (name) {
24
27
  return (0, core_engine_1.withinRoleAndName)("meter", name);
25
28
  });
29
+ /**
30
+ * Checks that an Html element exists 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/)
31
+ * */
26
32
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a counter named {string}`, async function (name) {
27
33
  (0, core_engine_1.findWithRoleAndName)("meter", name);
28
34
  });
35
+ /**
36
+ * Checks that an Html element does not exists 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/)
37
+ * */
29
38
  (0, cypress_cucumber_preprocessor_1.Then)(`I should not see a counter named {string}`, async function (name) {
30
39
  (0, core_engine_1.notFoundWithRoleAndName)("meter", name);
31
40
  });
41
+ /**
42
+ * Writes the sentence given as a parameter inside the specified field (useful for example to fill in a form field)
43
+ * */
32
44
  (0, cypress_cucumber_preprocessor_1.When)(`I type the sentence {string} in the counter named {string}`, function (textToType, name) {
33
45
  cy.uuvFindByRole("meter", { name: name }).uuvFoundedElement().type(textToType);
34
46
  });
47
+ /**
48
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content
49
+ * */
35
50
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a counter named {string} and containing {string}`, async function (name, expectedTextContent) {
36
51
  (0, core_engine_1.findWithRoleAndNameAndContent)("meter", name, expectedTextContent);
37
52
  });
53
+ /**
54
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to true
55
+ * */
38
56
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a counter named {string} and containing {string} disabled`, async function (name, expectedTextContent) {
39
57
  (0, core_engine_1.findWithRoleAndNameAndContentDisable)("meter", name, expectedTextContent);
40
58
  });
59
+ /**
60
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to false
61
+ * */
41
62
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a counter named {string} and containing {string} enabled`, async function (name, expectedTextContent) {
42
63
  (0, core_engine_1.findWithRoleAndNameAndContentEnable)("meter", name, expectedTextContent);
43
64
  });
@@ -20,24 +20,45 @@ Object.defineProperty(exports, "__esModule", { value: true });
20
20
  const cypress_cucumber_preprocessor_1 = require("@badeball/cypress-cucumber-preprocessor");
21
21
  require("../../../../../../cypress/commands");
22
22
  const core_engine_1 = require("../../../core-engine");
23
+ /**
24
+ * Selects the element whose [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and accessible [name](https://russmaxdesign.github.io/html-elements-names/) are specified <br />⚠ remember to deselect the element with <b>[I reset context](#i-reset-context)</b> if you're no longer acting on it
25
+ * */
23
26
  (0, cypress_cucumber_preprocessor_1.When)(`within a navigation named {string}`, function (name) {
24
27
  return (0, core_engine_1.withinRoleAndName)("navigation", name);
25
28
  });
29
+ /**
30
+ * Checks that an Html element exists 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/)
31
+ * */
26
32
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a navigation named {string}`, async function (name) {
27
33
  (0, core_engine_1.findWithRoleAndName)("navigation", name);
28
34
  });
35
+ /**
36
+ * Checks that an Html element does not exists 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/)
37
+ * */
29
38
  (0, cypress_cucumber_preprocessor_1.Then)(`I should not see a navigation named {string}`, async function (name) {
30
39
  (0, core_engine_1.notFoundWithRoleAndName)("navigation", name);
31
40
  });
41
+ /**
42
+ * Writes the sentence given as a parameter inside the specified field (useful for example to fill in a form field)
43
+ * */
32
44
  (0, cypress_cucumber_preprocessor_1.When)(`I type the sentence {string} in the navigation named {string}`, function (textToType, name) {
33
45
  cy.uuvFindByRole("navigation", { name: name }).uuvFoundedElement().type(textToType);
34
46
  });
47
+ /**
48
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content
49
+ * */
35
50
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a navigation named {string} and containing {string}`, async function (name, expectedTextContent) {
36
51
  (0, core_engine_1.findWithRoleAndNameAndContent)("navigation", name, expectedTextContent);
37
52
  });
53
+ /**
54
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to true
55
+ * */
38
56
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a navigation named {string} and containing {string} disabled`, async function (name, expectedTextContent) {
39
57
  (0, core_engine_1.findWithRoleAndNameAndContentDisable)("navigation", name, expectedTextContent);
40
58
  });
59
+ /**
60
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to false
61
+ * */
41
62
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a navigation named {string} and containing {string} enabled`, async function (name, expectedTextContent) {
42
63
  (0, core_engine_1.findWithRoleAndNameAndContentEnable)("navigation", name, expectedTextContent);
43
64
  });
@@ -20,24 +20,45 @@ Object.defineProperty(exports, "__esModule", { value: true });
20
20
  const cypress_cucumber_preprocessor_1 = require("@badeball/cypress-cucumber-preprocessor");
21
21
  require("../../../../../../cypress/commands");
22
22
  const core_engine_1 = require("../../../core-engine");
23
+ /**
24
+ * Selects the element whose [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and accessible [name](https://russmaxdesign.github.io/html-elements-names/) are specified <br />⚠ remember to deselect the element with <b>[I reset context](#i-reset-context)</b> if you're no longer acting on it
25
+ * */
23
26
  (0, cypress_cucumber_preprocessor_1.When)(`within a no named {string}`, function (name) {
24
27
  return (0, core_engine_1.withinRoleAndName)("none", name);
25
28
  });
29
+ /**
30
+ * Checks that an Html element exists 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/)
31
+ * */
26
32
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a no named {string}`, async function (name) {
27
33
  (0, core_engine_1.findWithRoleAndName)("none", name);
28
34
  });
35
+ /**
36
+ * Checks that an Html element does not exists 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/)
37
+ * */
29
38
  (0, cypress_cucumber_preprocessor_1.Then)(`I should not see a no named {string}`, async function (name) {
30
39
  (0, core_engine_1.notFoundWithRoleAndName)("none", name);
31
40
  });
41
+ /**
42
+ * Writes the sentence given as a parameter inside the specified field (useful for example to fill in a form field)
43
+ * */
32
44
  (0, cypress_cucumber_preprocessor_1.When)(`I type the sentence {string} in the no named {string}`, function (textToType, name) {
33
45
  cy.uuvFindByRole("none", { name: name }).uuvFoundedElement().type(textToType);
34
46
  });
47
+ /**
48
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content
49
+ * */
35
50
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a no named {string} and containing {string}`, async function (name, expectedTextContent) {
36
51
  (0, core_engine_1.findWithRoleAndNameAndContent)("none", name, expectedTextContent);
37
52
  });
53
+ /**
54
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to true
55
+ * */
38
56
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a no named {string} and containing {string} disabled`, async function (name, expectedTextContent) {
39
57
  (0, core_engine_1.findWithRoleAndNameAndContentDisable)("none", name, expectedTextContent);
40
58
  });
59
+ /**
60
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to false
61
+ * */
41
62
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a no named {string} and containing {string} enabled`, async function (name, expectedTextContent) {
42
63
  (0, core_engine_1.findWithRoleAndNameAndContentEnable)("none", name, expectedTextContent);
43
64
  });
@@ -20,24 +20,45 @@ Object.defineProperty(exports, "__esModule", { value: true });
20
20
  const cypress_cucumber_preprocessor_1 = require("@badeball/cypress-cucumber-preprocessor");
21
21
  require("../../../../../../cypress/commands");
22
22
  const core_engine_1 = require("../../../core-engine");
23
+ /**
24
+ * Selects the element whose [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and accessible [name](https://russmaxdesign.github.io/html-elements-names/) are specified <br />⚠ remember to deselect the element with <b>[I reset context](#i-reset-context)</b> if you're no longer acting on it
25
+ * */
23
26
  (0, cypress_cucumber_preprocessor_1.When)(`within a note named {string}`, function (name) {
24
27
  return (0, core_engine_1.withinRoleAndName)("note", name);
25
28
  });
29
+ /**
30
+ * Checks that an Html element exists 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/)
31
+ * */
26
32
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a note named {string}`, async function (name) {
27
33
  (0, core_engine_1.findWithRoleAndName)("note", name);
28
34
  });
35
+ /**
36
+ * Checks that an Html element does not exists 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/)
37
+ * */
29
38
  (0, cypress_cucumber_preprocessor_1.Then)(`I should not see a note named {string}`, async function (name) {
30
39
  (0, core_engine_1.notFoundWithRoleAndName)("note", name);
31
40
  });
41
+ /**
42
+ * Writes the sentence given as a parameter inside the specified field (useful for example to fill in a form field)
43
+ * */
32
44
  (0, cypress_cucumber_preprocessor_1.When)(`I type the sentence {string} in the note named {string}`, function (textToType, name) {
33
45
  cy.uuvFindByRole("note", { name: name }).uuvFoundedElement().type(textToType);
34
46
  });
47
+ /**
48
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content
49
+ * */
35
50
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a note named {string} and containing {string}`, async function (name, expectedTextContent) {
36
51
  (0, core_engine_1.findWithRoleAndNameAndContent)("note", name, expectedTextContent);
37
52
  });
53
+ /**
54
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to true
55
+ * */
38
56
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a note named {string} and containing {string} disabled`, async function (name, expectedTextContent) {
39
57
  (0, core_engine_1.findWithRoleAndNameAndContentDisable)("note", name, expectedTextContent);
40
58
  });
59
+ /**
60
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to false
61
+ * */
41
62
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a note named {string} and containing {string} enabled`, async function (name, expectedTextContent) {
42
63
  (0, core_engine_1.findWithRoleAndNameAndContentEnable)("note", name, expectedTextContent);
43
64
  });
@@ -20,24 +20,45 @@ Object.defineProperty(exports, "__esModule", { value: true });
20
20
  const cypress_cucumber_preprocessor_1 = require("@badeball/cypress-cucumber-preprocessor");
21
21
  require("../../../../../../cypress/commands");
22
22
  const core_engine_1 = require("../../../core-engine");
23
+ /**
24
+ * Selects the element whose [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and accessible [name](https://russmaxdesign.github.io/html-elements-names/) are specified <br />⚠ remember to deselect the element with <b>[I reset context](#i-reset-context)</b> if you're no longer acting on it
25
+ * */
23
26
  (0, cypress_cucumber_preprocessor_1.When)(`within an option named {string}`, function (name) {
24
27
  return (0, core_engine_1.withinRoleAndName)("option", name);
25
28
  });
29
+ /**
30
+ * Checks that an Html element exists 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/)
31
+ * */
26
32
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see an option named {string}`, async function (name) {
27
33
  (0, core_engine_1.findWithRoleAndName)("option", name);
28
34
  });
35
+ /**
36
+ * Checks that an Html element does not exists 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/)
37
+ * */
29
38
  (0, cypress_cucumber_preprocessor_1.Then)(`I should not see an option named {string}`, async function (name) {
30
39
  (0, core_engine_1.notFoundWithRoleAndName)("option", name);
31
40
  });
41
+ /**
42
+ * Writes the sentence given as a parameter inside the specified field (useful for example to fill in a form field)
43
+ * */
32
44
  (0, cypress_cucumber_preprocessor_1.When)(`I type the sentence {string} in the option named {string}`, function (textToType, name) {
33
45
  cy.uuvFindByRole("option", { name: name }).uuvFoundedElement().type(textToType);
34
46
  });
47
+ /**
48
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content
49
+ * */
35
50
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see an option named {string} and containing {string}`, async function (name, expectedTextContent) {
36
51
  (0, core_engine_1.findWithRoleAndNameAndContent)("option", name, expectedTextContent);
37
52
  });
53
+ /**
54
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to true
55
+ * */
38
56
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see an option named {string} and containing {string} disabled`, async function (name, expectedTextContent) {
39
57
  (0, core_engine_1.findWithRoleAndNameAndContentDisable)("option", name, expectedTextContent);
40
58
  });
59
+ /**
60
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to false
61
+ * */
41
62
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see an option named {string} and containing {string} enabled`, async function (name, expectedTextContent) {
42
63
  (0, core_engine_1.findWithRoleAndNameAndContentEnable)("option", name, expectedTextContent);
43
64
  });
@@ -20,24 +20,45 @@ Object.defineProperty(exports, "__esModule", { value: true });
20
20
  const cypress_cucumber_preprocessor_1 = require("@badeball/cypress-cucumber-preprocessor");
21
21
  require("../../../../../../cypress/commands");
22
22
  const core_engine_1 = require("../../../core-engine");
23
+ /**
24
+ * Selects the element whose [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and accessible [name](https://russmaxdesign.github.io/html-elements-names/) are specified <br />⚠ remember to deselect the element with <b>[I reset context](#i-reset-context)</b> if you're no longer acting on it
25
+ * */
23
26
  (0, cypress_cucumber_preprocessor_1.When)(`within a presentation named {string}`, function (name) {
24
27
  return (0, core_engine_1.withinRoleAndName)("presentation", name);
25
28
  });
29
+ /**
30
+ * Checks that an Html element exists 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/)
31
+ * */
26
32
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a presentation named {string}`, async function (name) {
27
33
  (0, core_engine_1.findWithRoleAndName)("presentation", name);
28
34
  });
35
+ /**
36
+ * Checks that an Html element does not exists 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/)
37
+ * */
29
38
  (0, cypress_cucumber_preprocessor_1.Then)(`I should not see a presentation named {string}`, async function (name) {
30
39
  (0, core_engine_1.notFoundWithRoleAndName)("presentation", name);
31
40
  });
41
+ /**
42
+ * Writes the sentence given as a parameter inside the specified field (useful for example to fill in a form field)
43
+ * */
32
44
  (0, cypress_cucumber_preprocessor_1.When)(`I type the sentence {string} in the presentation named {string}`, function (textToType, name) {
33
45
  cy.uuvFindByRole("presentation", { name: name }).uuvFoundedElement().type(textToType);
34
46
  });
47
+ /**
48
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content
49
+ * */
35
50
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a presentation named {string} and containing {string}`, async function (name, expectedTextContent) {
36
51
  (0, core_engine_1.findWithRoleAndNameAndContent)("presentation", name, expectedTextContent);
37
52
  });
53
+ /**
54
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to true
55
+ * */
38
56
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a presentation named {string} and containing {string} disabled`, async function (name, expectedTextContent) {
39
57
  (0, core_engine_1.findWithRoleAndNameAndContentDisable)("presentation", name, expectedTextContent);
40
58
  });
59
+ /**
60
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to false
61
+ * */
41
62
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a presentation named {string} and containing {string} enabled`, async function (name, expectedTextContent) {
42
63
  (0, core_engine_1.findWithRoleAndNameAndContentEnable)("presentation", name, expectedTextContent);
43
64
  });
@@ -20,24 +20,45 @@ Object.defineProperty(exports, "__esModule", { value: true });
20
20
  const cypress_cucumber_preprocessor_1 = require("@badeball/cypress-cucumber-preprocessor");
21
21
  require("../../../../../../cypress/commands");
22
22
  const core_engine_1 = require("../../../core-engine");
23
+ /**
24
+ * Selects the element whose [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and accessible [name](https://russmaxdesign.github.io/html-elements-names/) are specified <br />⚠ remember to deselect the element with <b>[I reset context](#i-reset-context)</b> if you're no longer acting on it
25
+ * */
23
26
  (0, cypress_cucumber_preprocessor_1.When)(`within a progress bar named {string}`, function (name) {
24
27
  return (0, core_engine_1.withinRoleAndName)("progressbar", name);
25
28
  });
29
+ /**
30
+ * Checks that an Html element exists 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/)
31
+ * */
26
32
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a progress bar named {string}`, async function (name) {
27
33
  (0, core_engine_1.findWithRoleAndName)("progressbar", name);
28
34
  });
35
+ /**
36
+ * Checks that an Html element does not exists 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/)
37
+ * */
29
38
  (0, cypress_cucumber_preprocessor_1.Then)(`I should not see a progress bar named {string}`, async function (name) {
30
39
  (0, core_engine_1.notFoundWithRoleAndName)("progressbar", name);
31
40
  });
41
+ /**
42
+ * Writes the sentence given as a parameter inside the specified field (useful for example to fill in a form field)
43
+ * */
32
44
  (0, cypress_cucumber_preprocessor_1.When)(`I type the sentence {string} in the progress bar named {string}`, function (textToType, name) {
33
45
  cy.uuvFindByRole("progressbar", { name: name }).uuvFoundedElement().type(textToType);
34
46
  });
47
+ /**
48
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content
49
+ * */
35
50
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a progress bar named {string} and containing {string}`, async function (name, expectedTextContent) {
36
51
  (0, core_engine_1.findWithRoleAndNameAndContent)("progressbar", name, expectedTextContent);
37
52
  });
53
+ /**
54
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to true
55
+ * */
38
56
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a progress bar named {string} and containing {string} disabled`, async function (name, expectedTextContent) {
39
57
  (0, core_engine_1.findWithRoleAndNameAndContentDisable)("progressbar", name, expectedTextContent);
40
58
  });
59
+ /**
60
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to false
61
+ * */
41
62
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a progress bar named {string} and containing {string} enabled`, async function (name, expectedTextContent) {
42
63
  (0, core_engine_1.findWithRoleAndNameAndContentEnable)("progressbar", name, expectedTextContent);
43
64
  });
@@ -20,24 +20,45 @@ Object.defineProperty(exports, "__esModule", { value: true });
20
20
  const cypress_cucumber_preprocessor_1 = require("@badeball/cypress-cucumber-preprocessor");
21
21
  require("../../../../../../cypress/commands");
22
22
  const core_engine_1 = require("../../../core-engine");
23
+ /**
24
+ * Selects the element whose [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and accessible [name](https://russmaxdesign.github.io/html-elements-names/) are specified <br />⚠ remember to deselect the element with <b>[I reset context](#i-reset-context)</b> if you're no longer acting on it
25
+ * */
23
26
  (0, cypress_cucumber_preprocessor_1.When)(`within a radio named {string}`, function (name) {
24
27
  return (0, core_engine_1.withinRoleAndName)("radio", name);
25
28
  });
29
+ /**
30
+ * Checks that an Html element exists 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/)
31
+ * */
26
32
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a radio named {string}`, async function (name) {
27
33
  (0, core_engine_1.findWithRoleAndName)("radio", name);
28
34
  });
35
+ /**
36
+ * Checks that an Html element does not exists 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/)
37
+ * */
29
38
  (0, cypress_cucumber_preprocessor_1.Then)(`I should not see a radio named {string}`, async function (name) {
30
39
  (0, core_engine_1.notFoundWithRoleAndName)("radio", name);
31
40
  });
41
+ /**
42
+ * Writes the sentence given as a parameter inside the specified field (useful for example to fill in a form field)
43
+ * */
32
44
  (0, cypress_cucumber_preprocessor_1.When)(`I type the sentence {string} in the radio named {string}`, function (textToType, name) {
33
45
  cy.uuvFindByRole("radio", { name: name }).uuvFoundedElement().type(textToType);
34
46
  });
47
+ /**
48
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content
49
+ * */
35
50
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a radio named {string} and containing {string}`, async function (name, expectedTextContent) {
36
51
  (0, core_engine_1.findWithRoleAndNameAndContent)("radio", name, expectedTextContent);
37
52
  });
53
+ /**
54
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to true
55
+ * */
38
56
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a radio named {string} and containing {string} disabled`, async function (name, expectedTextContent) {
39
57
  (0, core_engine_1.findWithRoleAndNameAndContentDisable)("radio", name, expectedTextContent);
40
58
  });
59
+ /**
60
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to false
61
+ * */
41
62
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a radio named {string} and containing {string} enabled`, async function (name, expectedTextContent) {
42
63
  (0, core_engine_1.findWithRoleAndNameAndContentEnable)("radio", name, expectedTextContent);
43
64
  });
@@ -20,24 +20,45 @@ Object.defineProperty(exports, "__esModule", { value: true });
20
20
  const cypress_cucumber_preprocessor_1 = require("@badeball/cypress-cucumber-preprocessor");
21
21
  require("../../../../../../cypress/commands");
22
22
  const core_engine_1 = require("../../../core-engine");
23
+ /**
24
+ * Selects the element whose [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and accessible [name](https://russmaxdesign.github.io/html-elements-names/) are specified <br />⚠ remember to deselect the element with <b>[I reset context](#i-reset-context)</b> if you're no longer acting on it
25
+ * */
23
26
  (0, cypress_cucumber_preprocessor_1.When)(`within a radio group named {string}`, function (name) {
24
27
  return (0, core_engine_1.withinRoleAndName)("radiogroup", name);
25
28
  });
29
+ /**
30
+ * Checks that an Html element exists 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/)
31
+ * */
26
32
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a radio group named {string}`, async function (name) {
27
33
  (0, core_engine_1.findWithRoleAndName)("radiogroup", name);
28
34
  });
35
+ /**
36
+ * Checks that an Html element does not exists 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/)
37
+ * */
29
38
  (0, cypress_cucumber_preprocessor_1.Then)(`I should not see a radio group named {string}`, async function (name) {
30
39
  (0, core_engine_1.notFoundWithRoleAndName)("radiogroup", name);
31
40
  });
41
+ /**
42
+ * Writes the sentence given as a parameter inside the specified field (useful for example to fill in a form field)
43
+ * */
32
44
  (0, cypress_cucumber_preprocessor_1.When)(`I type the sentence {string} in the radio group named {string}`, function (textToType, name) {
33
45
  cy.uuvFindByRole("radiogroup", { name: name }).uuvFoundedElement().type(textToType);
34
46
  });
47
+ /**
48
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content
49
+ * */
35
50
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a radio group named {string} and containing {string}`, async function (name, expectedTextContent) {
36
51
  (0, core_engine_1.findWithRoleAndNameAndContent)("radiogroup", name, expectedTextContent);
37
52
  });
53
+ /**
54
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to true
55
+ * */
38
56
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a radio group named {string} and containing {string} disabled`, async function (name, expectedTextContent) {
39
57
  (0, core_engine_1.findWithRoleAndNameAndContentDisable)("radiogroup", name, expectedTextContent);
40
58
  });
59
+ /**
60
+ * Checks that an Html element exists with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types), [name](https://russmaxdesign.github.io/html-elements-names/) and content, and with the disabled attribute set to false
61
+ * */
41
62
  (0, cypress_cucumber_preprocessor_1.Then)(`I should see a radio group named {string} and containing {string} enabled`, async function (name, expectedTextContent) {
42
63
  (0, core_engine_1.findWithRoleAndNameAndContentEnable)("radiogroup", name, expectedTextContent);
43
64
  });