@uuv/cypress 2.26.0 → 2.28.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 (178) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/cucumber/step_definitions/cypress/core-engine.d.ts +1 -0
  3. package/dist/cucumber/step_definitions/cypress/core-engine.js +10 -1
  4. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_checkbox.js +14 -0
  5. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemradio.js +14 -0
  6. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_radio.js +14 -0
  7. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_checkbox.js +14 -0
  8. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemradio.js +14 -0
  9. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_radio.js +14 -0
  10. package/package.json +6 -6
  11. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_alert.ts +3 -0
  12. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_alertdialog.ts +3 -0
  13. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_application.ts +3 -0
  14. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_article.ts +3 -0
  15. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_banner.ts +3 -0
  16. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_button.ts +3 -0
  17. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_cell.ts +3 -0
  18. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_checkbox.ts +25 -0
  19. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_columnheader.ts +3 -0
  20. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_combobox.ts +3 -0
  21. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_command.ts +3 -0
  22. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_comment.ts +3 -0
  23. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_complementary.ts +3 -0
  24. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_composite.ts +3 -0
  25. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_contentinfo.ts +3 -0
  26. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_definition.ts +3 -0
  27. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_dialog.ts +3 -0
  28. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_directory.ts +3 -0
  29. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_document.ts +3 -0
  30. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_feed.ts +3 -0
  31. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_figure.ts +3 -0
  32. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_form.ts +3 -0
  33. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_generic.ts +3 -0
  34. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_grid.ts +3 -0
  35. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_gridcell.ts +3 -0
  36. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_group.ts +3 -0
  37. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_heading.ts +3 -0
  38. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_img.ts +3 -0
  39. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_landmark.ts +3 -0
  40. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_link.ts +3 -0
  41. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_list.ts +3 -0
  42. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_listbox.ts +3 -0
  43. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_listitem.ts +3 -0
  44. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_log.ts +3 -0
  45. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_main.ts +3 -0
  46. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_mark.ts +3 -0
  47. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_math.ts +3 -0
  48. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menu.ts +3 -0
  49. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menubar.ts +3 -0
  50. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitem.ts +3 -0
  51. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemcheckbox.ts +3 -0
  52. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemradio.ts +25 -0
  53. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_meter.ts +3 -0
  54. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_navigation.ts +3 -0
  55. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_none.ts +3 -0
  56. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_note.ts +3 -0
  57. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_option.ts +3 -0
  58. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_presentation.ts +3 -0
  59. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_progressbar.ts +3 -0
  60. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_radio.ts +25 -0
  61. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_radiogroup.ts +3 -0
  62. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_range.ts +3 -0
  63. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_region.ts +3 -0
  64. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_roletype.ts +3 -0
  65. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_row.ts +3 -0
  66. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_rowgroup.ts +3 -0
  67. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_rowheader.ts +3 -0
  68. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_scrollbar.ts +3 -0
  69. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_search.ts +3 -0
  70. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_searchbox.ts +3 -0
  71. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_section.ts +3 -0
  72. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_sectionhead.ts +3 -0
  73. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_select.ts +3 -0
  74. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_separator.ts +3 -0
  75. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_slider.ts +3 -0
  76. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_spinbutton.ts +3 -0
  77. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_status.ts +3 -0
  78. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_structure.ts +3 -0
  79. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_suggestion.ts +3 -0
  80. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_switch.ts +3 -0
  81. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tab.ts +3 -0
  82. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_table.ts +3 -0
  83. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tablist.ts +3 -0
  84. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tabpanel.ts +3 -0
  85. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_term.ts +3 -0
  86. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_textbox.ts +3 -0
  87. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_timer.ts +3 -0
  88. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_toolbar.ts +3 -0
  89. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tooltip.ts +3 -0
  90. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tree.ts +3 -0
  91. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_treegrid.ts +3 -0
  92. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_treeitem.ts +3 -0
  93. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_widget.ts +3 -0
  94. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_window.ts +3 -0
  95. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_alert.ts +3 -0
  96. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_alertdialog.ts +3 -0
  97. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_application.ts +3 -0
  98. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_article.ts +3 -0
  99. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_banner.ts +3 -0
  100. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_button.ts +3 -0
  101. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_cell.ts +3 -0
  102. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_checkbox.ts +25 -0
  103. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_columnheader.ts +3 -0
  104. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_combobox.ts +3 -0
  105. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_command.ts +3 -0
  106. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_comment.ts +3 -0
  107. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_complementary.ts +3 -0
  108. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_composite.ts +3 -0
  109. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_contentinfo.ts +3 -0
  110. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_definition.ts +3 -0
  111. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_dialog.ts +3 -0
  112. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_directory.ts +3 -0
  113. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_document.ts +3 -0
  114. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_feed.ts +3 -0
  115. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_figure.ts +3 -0
  116. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_form.ts +3 -0
  117. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_generic.ts +3 -0
  118. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_grid.ts +3 -0
  119. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_gridcell.ts +3 -0
  120. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_group.ts +3 -0
  121. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_heading.ts +3 -0
  122. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_img.ts +3 -0
  123. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_landmark.ts +3 -0
  124. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_link.ts +3 -0
  125. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_list.ts +3 -0
  126. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_listbox.ts +3 -0
  127. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_listitem.ts +3 -0
  128. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_log.ts +3 -0
  129. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_main.ts +3 -0
  130. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_mark.ts +3 -0
  131. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_math.ts +3 -0
  132. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menu.ts +3 -0
  133. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menubar.ts +3 -0
  134. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitem.ts +3 -0
  135. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemcheckbox.ts +3 -0
  136. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemradio.ts +25 -0
  137. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_meter.ts +3 -0
  138. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_navigation.ts +3 -0
  139. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_none.ts +3 -0
  140. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_note.ts +3 -0
  141. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_option.ts +3 -0
  142. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_presentation.ts +3 -0
  143. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_progressbar.ts +3 -0
  144. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_radio.ts +25 -0
  145. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_radiogroup.ts +3 -0
  146. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_range.ts +3 -0
  147. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_region.ts +3 -0
  148. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_roletype.ts +3 -0
  149. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_row.ts +3 -0
  150. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_rowgroup.ts +3 -0
  151. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_rowheader.ts +3 -0
  152. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_scrollbar.ts +3 -0
  153. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_search.ts +3 -0
  154. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_searchbox.ts +3 -0
  155. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_section.ts +3 -0
  156. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_sectionhead.ts +3 -0
  157. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_select.ts +3 -0
  158. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_separator.ts +3 -0
  159. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_slider.ts +3 -0
  160. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_spinbutton.ts +3 -0
  161. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_status.ts +3 -0
  162. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_structure.ts +3 -0
  163. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_suggestion.ts +3 -0
  164. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_switch.ts +3 -0
  165. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tab.ts +3 -0
  166. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_table.ts +3 -0
  167. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tablist.ts +3 -0
  168. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tabpanel.ts +3 -0
  169. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_term.ts +3 -0
  170. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_textbox.ts +3 -0
  171. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_timer.ts +3 -0
  172. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_toolbar.ts +3 -0
  173. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tooltip.ts +3 -0
  174. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tree.ts +3 -0
  175. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_treegrid.ts +3 -0
  176. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_treeitem.ts +3 -0
  177. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_widget.ts +3 -0
  178. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_window.ts +3 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ # [2.28.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.27.0...runner-cypress-v2.28.0) (2024-08-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **assistant:** update dependency antd to v5.20.1 ([5c3abf7](https://github.com/Orange-OpenSource/uuv/commit/5c3abf7872455038ac038dd6abdf81f024a3c14f))
7
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20.1.2 ([7dcb27d](https://github.com/Orange-OpenSource/uuv/commit/7dcb27dec15293aacaad90684bd9eeb290c66e45))
8
+
9
+
10
+ ### Features
11
+
12
+ * **assistant:** update dependency @uiw/react-codemirror to v4.23.0 ([8b3b8c7](https://github.com/Orange-OpenSource/uuv/commit/8b3b8c77d8bc6fa30e7077f57575b8d2914eb3a6))
13
+ * **runner-playwright:** update dependency axe-core to v4.10.0 ([a2c7883](https://github.com/Orange-OpenSource/uuv/commit/a2c78835c97cec52f0c9d45116da987ce5a5445b))
14
+
15
+ # [2.27.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.26.0...runner-cypress-v2.27.0) (2024-08-05)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **runner-cypress:** update dependency cypress to v13.13.2 ([7b0044e](https://github.com/Orange-OpenSource/uuv/commit/7b0044efdf2448c6883029e9cefcae05927d5264))
21
+
22
+
23
+ ### Features
24
+
25
+ * add checked state sentences, [#733](https://github.com/Orange-OpenSource/uuv/issues/733) ([62abd39](https://github.com/Orange-OpenSource/uuv/commit/62abd394259574965d543fc5e40c3854f3dbaf1d))
26
+ * **assistant:** update dependency antd to v5.20.0 ([709fdd3](https://github.com/Orange-OpenSource/uuv/commit/709fdd3b222b2b9ff4a6fcc0649e704ad81327b1))
27
+
1
28
  # [2.26.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.25.0...runner-cypress-v2.26.0) (2024-07-28)
2
29
 
3
30
 
@@ -19,3 +19,4 @@ export declare function notFoundWithRoleAndName(role: string, name: string): voi
19
19
  export declare function findWithRoleAndNameAndContent(expectedRole: string, name: string, expectedTextContent: string): void;
20
20
  export declare function findWithRoleAndNameAndContentDisable(expectedRole: string, name: string, expectedTextContent: string): void;
21
21
  export declare function findWithRoleAndNameAndContentEnable(expectedRole: string, name: string, expectedTextContent: string): void;
22
+ export declare function findWithRoleAndNameAndAttribute(expectedRole: string, name: string, attributeName: string, attributeValue: any): void;
@@ -13,7 +13,7 @@
13
13
  * understanding English or French.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.findWithRoleAndNameAndContentEnable = exports.findWithRoleAndNameAndContentDisable = exports.findWithRoleAndNameAndContent = exports.notFoundWithRoleAndName = exports.withinRoleAndName = exports.findWithRoleAndNameFocused = exports.findWithRoleAndName = exports.assertTextContent = void 0;
16
+ exports.findWithRoleAndNameAndAttribute = exports.findWithRoleAndNameAndContentEnable = exports.findWithRoleAndNameAndContentDisable = exports.findWithRoleAndNameAndContent = exports.notFoundWithRoleAndName = exports.withinRoleAndName = exports.findWithRoleAndNameFocused = exports.findWithRoleAndName = exports.assertTextContent = void 0;
17
17
  const _context_1 = require("./_context");
18
18
  const a11y_1 = require("@uuv/a11y");
19
19
  const __common_1 = require("./_.common");
@@ -97,6 +97,15 @@ function findWithRoleAndNameAndContentEnable(expectedRole, name, expectedTextCon
97
97
  .should("eq", undefined);
98
98
  }
99
99
  exports.findWithRoleAndNameAndContentEnable = findWithRoleAndNameAndContentEnable;
100
+ function findWithRoleAndNameAndAttribute(expectedRole, name, attributeName, attributeValue) {
101
+ cy.uuvFindByRole(expectedRole, { name })
102
+ .uuvFoundedElement()
103
+ .should("exist")
104
+ .then((elements) => {
105
+ assert.equal(elements[0][attributeName], attributeValue);
106
+ });
107
+ }
108
+ exports.findWithRoleAndNameAndAttribute = findWithRoleAndNameAndAttribute;
100
109
  function findByRoleAndName(role, name) {
101
110
  return cy.uuvFindByRole(role, { name })
102
111
  .uuvFoundedElement()
@@ -90,3 +90,17 @@ const __common_1 = require("../../../_.common");
90
90
  (0, core_engine_1.findWithRoleAndNameFocused)("checkbox", name);
91
91
  });
92
92
  // End of Keyboard Section
93
+ // Begin of Checkable Section
94
+ /**
95
+ * 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/) and is checked
96
+ * */
97
+ (0, cypress_cucumber_preprocessor_1.Then)(`I should see a checkbox named {string} checked`, function (name) {
98
+ (0, core_engine_1.findWithRoleAndNameAndAttribute)("checkbox", name, "checked", true);
99
+ });
100
+ /**
101
+ * 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/) and is unchecked
102
+ * */
103
+ (0, cypress_cucumber_preprocessor_1.Then)(`I should see a checkbox named {string} unchecked`, function (name) {
104
+ (0, core_engine_1.findWithRoleAndNameAndAttribute)("checkbox", name, "checked", false);
105
+ });
106
+ // End of Checkable Section
@@ -90,3 +90,17 @@ const __common_1 = require("../../../_.common");
90
90
  (0, core_engine_1.findWithRoleAndNameFocused)("menuitemradio", name);
91
91
  });
92
92
  // End of Keyboard Section
93
+ // Begin of Checkable Section
94
+ /**
95
+ * 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/) and is checked
96
+ * */
97
+ (0, cypress_cucumber_preprocessor_1.Then)(`I should see a menuitemradio named {string} checked`, function (name) {
98
+ (0, core_engine_1.findWithRoleAndNameAndAttribute)("menuitemradio", name, "checked", true);
99
+ });
100
+ /**
101
+ * 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/) and is unchecked
102
+ * */
103
+ (0, cypress_cucumber_preprocessor_1.Then)(`I should see a menuitemradio named {string} unchecked`, function (name) {
104
+ (0, core_engine_1.findWithRoleAndNameAndAttribute)("menuitemradio", name, "checked", false);
105
+ });
106
+ // End of Checkable Section
@@ -90,3 +90,17 @@ const __common_1 = require("../../../_.common");
90
90
  (0, core_engine_1.findWithRoleAndNameFocused)("radio", name);
91
91
  });
92
92
  // End of Keyboard Section
93
+ // Begin of Checkable Section
94
+ /**
95
+ * 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/) and is checked
96
+ * */
97
+ (0, cypress_cucumber_preprocessor_1.Then)(`I should see a radio named {string} checked`, function (name) {
98
+ (0, core_engine_1.findWithRoleAndNameAndAttribute)("radio", name, "checked", true);
99
+ });
100
+ /**
101
+ * 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/) and is unchecked
102
+ * */
103
+ (0, cypress_cucumber_preprocessor_1.Then)(`I should see a radio named {string} unchecked`, function (name) {
104
+ (0, core_engine_1.findWithRoleAndNameAndAttribute)("radio", name, "checked", false);
105
+ });
106
+ // End of Checkable Section
@@ -90,3 +90,17 @@ const __common_1 = require("../../../_.common");
90
90
  (0, core_engine_1.findWithRoleAndNameFocused)("checkbox", name);
91
91
  });
92
92
  // End of Keyboard Section
93
+ // Begin of Checkable Section
94
+ /**
95
+ * Vérifie l'existence d'un élément Html ayant le rôle checkbox, le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) et coché
96
+ * */
97
+ (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir une case à cocher nommée {string} coché(e)`, function (name) {
98
+ (0, core_engine_1.findWithRoleAndNameAndAttribute)("checkbox", name, "checked", true);
99
+ });
100
+ /**
101
+ * Vérifie l'existence d'un élément Html ayant le rôle $roleId, le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) et décoché
102
+ * */
103
+ (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir une case à cocher nommée {string} décoché(e)`, function (name) {
104
+ (0, core_engine_1.findWithRoleAndNameAndAttribute)("checkbox", name, "checked", false);
105
+ });
106
+ // End of Checkable Section
@@ -90,3 +90,17 @@ const __common_1 = require("../../../_.common");
90
90
  (0, core_engine_1.findWithRoleAndNameFocused)("menuitemradio", name);
91
91
  });
92
92
  // End of Keyboard Section
93
+ // Begin of Checkable Section
94
+ /**
95
+ * Vérifie l'existence d'un élément Html ayant le rôle menuitemradio, le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) et coché
96
+ * */
97
+ (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir un menu d'élement de bouton radio nommé {string} coché(e)`, function (name) {
98
+ (0, core_engine_1.findWithRoleAndNameAndAttribute)("menuitemradio", name, "checked", true);
99
+ });
100
+ /**
101
+ * Vérifie l'existence d'un élément Html ayant le rôle $roleId, le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) et décoché
102
+ * */
103
+ (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir un menu d'élement de bouton radio nommé {string} décoché(e)`, function (name) {
104
+ (0, core_engine_1.findWithRoleAndNameAndAttribute)("menuitemradio", name, "checked", false);
105
+ });
106
+ // End of Checkable Section
@@ -90,3 +90,17 @@ const __common_1 = require("../../../_.common");
90
90
  (0, core_engine_1.findWithRoleAndNameFocused)("radio", name);
91
91
  });
92
92
  // End of Keyboard Section
93
+ // Begin of Checkable Section
94
+ /**
95
+ * Vérifie l'existence d'un élément Html ayant le rôle radio, le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) et coché
96
+ * */
97
+ (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir un bouton radio nommé {string} coché(e)`, function (name) {
98
+ (0, core_engine_1.findWithRoleAndNameAndAttribute)("radio", name, "checked", true);
99
+ });
100
+ /**
101
+ * Vérifie l'existence d'un élément Html ayant le rôle $roleId, le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) et décoché
102
+ * */
103
+ (0, cypress_cucumber_preprocessor_1.Then)(`je dois voir un bouton radio nommé {string} décoché(e)`, function (name) {
104
+ (0, core_engine_1.findWithRoleAndNameAndAttribute)("radio", name, "checked", false);
105
+ });
106
+ // End of Checkable Section
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.26.0",
3
+ "version": "2.28.0",
4
4
  "type": "commonjs",
5
5
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
6
  "description": "A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and cypress",
@@ -44,14 +44,14 @@
44
44
  "lint": "eslint -c .eslintrc.json"
45
45
  },
46
46
  "dependencies": {
47
- "@badeball/cypress-cucumber-preprocessor": "20.1.1",
47
+ "@badeball/cypress-cucumber-preprocessor": "20.1.2",
48
48
  "@cypress/webpack-preprocessor": "6.0.2",
49
49
  "@testing-library/cypress": "10.0.2",
50
- "@uuv/a11y": "1.0.0-beta.37",
51
- "@uuv/runner-commons": "2.21.0",
52
- "axe-core": "4.9.1",
50
+ "@uuv/a11y": "1.0.0-beta.39",
51
+ "@uuv/runner-commons": "2.23.0",
52
+ "axe-core": "4.10.0",
53
53
  "chai-subset": "^1.6.0",
54
- "cypress": "13.13.1",
54
+ "cypress": "13.13.2",
55
55
  "cypress-axe": "1.5.0",
56
56
  "cypress-real-events": "^1.10.0",
57
57
  "is-admin": "4.0.0",
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -136,3 +137,5 @@ Then(
136
137
  );
137
138
 
138
139
  // End of Keyboard Section
140
+
141
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -136,3 +137,27 @@ Then(
136
137
  );
137
138
 
138
139
  // End of Keyboard Section
140
+
141
+ // Begin of Checkable Section
142
+
143
+ /**
144
+ * 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/) and is checked
145
+ * */
146
+ Then(
147
+ `I should see a checkbox named {string} checked`,
148
+ function(name: string) {
149
+ findWithRoleAndNameAndAttribute("checkbox", name, "checked", true);
150
+ }
151
+ );
152
+
153
+ /**
154
+ * 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/) and is unchecked
155
+ * */
156
+ Then(
157
+ `I should see a checkbox named {string} unchecked`,
158
+ function(name: string) {
159
+ findWithRoleAndNameAndAttribute("checkbox", name, "checked", false);
160
+ }
161
+ );
162
+
163
+ // End of Checkable Section
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -136,3 +137,5 @@ Then(
136
137
  );
137
138
 
138
139
  // End of Keyboard Section
140
+
141
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+