@uuv/cypress 2.25.0 → 2.27.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.
- package/CHANGELOG.md +27 -0
- package/dist/cucumber/step_definitions/cypress/core-engine.d.ts +1 -0
- package/dist/cucumber/step_definitions/cypress/core-engine.js +10 -1
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_checkbox.js +14 -0
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemradio.js +14 -0
- package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_radio.js +14 -0
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_checkbox.js +14 -0
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemradio.js +14 -0
- package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_radio.js +14 -0
- package/package.json +5 -5
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_alert.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_alertdialog.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_application.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_article.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_banner.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_button.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_cell.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_checkbox.ts +25 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_columnheader.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_combobox.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_command.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_comment.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_complementary.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_composite.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_contentinfo.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_definition.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_dialog.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_directory.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_document.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_feed.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_figure.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_form.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_generic.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_grid.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_gridcell.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_group.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_heading.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_img.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_landmark.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_link.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_list.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_listbox.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_listitem.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_log.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_main.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_mark.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_math.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menu.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menubar.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitem.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemcheckbox.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemradio.ts +25 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_meter.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_navigation.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_none.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_note.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_option.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_presentation.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_progressbar.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_radio.ts +25 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_radiogroup.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_range.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_region.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_roletype.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_row.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_rowgroup.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_rowheader.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_scrollbar.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_search.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_searchbox.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_section.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_sectionhead.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_select.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_separator.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_slider.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_spinbutton.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_status.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_structure.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_suggestion.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_switch.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tab.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_table.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tablist.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tabpanel.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_term.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_textbox.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_timer.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_toolbar.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tooltip.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tree.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_treegrid.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_treeitem.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_widget.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_window.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_alert.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_alertdialog.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_application.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_article.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_banner.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_button.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_cell.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_checkbox.ts +25 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_columnheader.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_combobox.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_command.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_comment.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_complementary.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_composite.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_contentinfo.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_definition.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_dialog.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_directory.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_document.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_feed.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_figure.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_form.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_generic.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_grid.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_gridcell.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_group.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_heading.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_img.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_landmark.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_link.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_list.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_listbox.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_listitem.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_log.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_main.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_mark.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_math.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menu.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menubar.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitem.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemcheckbox.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemradio.ts +25 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_meter.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_navigation.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_none.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_note.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_option.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_presentation.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_progressbar.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_radio.ts +25 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_radiogroup.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_range.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_region.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_roletype.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_row.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_rowgroup.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_rowheader.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_scrollbar.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_search.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_searchbox.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_section.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_sectionhead.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_select.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_separator.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_slider.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_spinbutton.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_status.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_structure.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_suggestion.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_switch.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tab.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_table.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tablist.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tabpanel.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_term.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_textbox.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_timer.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_toolbar.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tooltip.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tree.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_treegrid.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_treeitem.ts +3 -0
- package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_widget.ts +3 -0
- 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.27.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.26.0...runner-cypress-v2.27.0) (2024-08-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **runner-cypress:** update dependency cypress to v13.13.2 ([7b0044e](https://github.com/Orange-OpenSource/uuv/commit/7b0044efdf2448c6883029e9cefcae05927d5264))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add checked state sentences, [#733](https://github.com/Orange-OpenSource/uuv/issues/733) ([62abd39](https://github.com/Orange-OpenSource/uuv/commit/62abd394259574965d543fc5e40c3854f3dbaf1d))
|
|
12
|
+
* **assistant:** update dependency antd to v5.20.0 ([709fdd3](https://github.com/Orange-OpenSource/uuv/commit/709fdd3b222b2b9ff4a6fcc0649e704ad81327b1))
|
|
13
|
+
|
|
14
|
+
# [2.26.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.25.0...runner-cypress-v2.26.0) (2024-07-28)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **deps:** update dependency @easyops-cn/docusaurus-search-local to v0.44.4 ([fa8cb8f](https://github.com/Orange-OpenSource/uuv/commit/fa8cb8fb5addee1915d733c601bf04b4494afb5f))
|
|
20
|
+
* **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20.1.1 ([645c9f0](https://github.com/Orange-OpenSource/uuv/commit/645c9f0dd38a92258d311adfcbda9b58ab37929e))
|
|
21
|
+
* **runner-playwright:** update playwright monorepo to v1.45.3 ([44402e0](https://github.com/Orange-OpenSource/uuv/commit/44402e032cdf996ec6a5ea14f4e3eda7615fc13f))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **deps:** update dependency @cucumber/messages to v25 ([01c669e](https://github.com/Orange-OpenSource/uuv/commit/01c669e386869658227d92ee5f0b5ebd3fdcda3e))
|
|
27
|
+
|
|
1
28
|
# [2.25.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.24.1...runner-cypress-v2.25.0) (2024-07-21)
|
|
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.
|
|
3
|
+
"version": "2.27.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.
|
|
47
|
+
"@badeball/cypress-cucumber-preprocessor": "20.1.1",
|
|
48
48
|
"@cypress/webpack-preprocessor": "6.0.2",
|
|
49
49
|
"@testing-library/cypress": "10.0.2",
|
|
50
|
-
"@uuv/a11y": "1.0.0-beta.
|
|
51
|
-
"@uuv/runner-commons": "2.
|
|
50
|
+
"@uuv/a11y": "1.0.0-beta.38",
|
|
51
|
+
"@uuv/runner-commons": "2.22.0",
|
|
52
52
|
"axe-core": "4.9.1",
|
|
53
53
|
"chai-subset": "^1.6.0",
|
|
54
|
-
"cypress": "13.13.
|
|
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
|
+
|