@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
|
@@ -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,
|
|
@@ -61,3 +62,5 @@ Then(
|
|
|
61
62
|
|
|
62
63
|
|
|
63
64
|
|
|
65
|
+
|
|
66
|
+
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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 menuitemradio named {string} checked`,
|
|
148
|
+
function(name: string) {
|
|
149
|
+
findWithRoleAndNameAndAttribute("menuitemradio", 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 menuitemradio named {string} unchecked`,
|
|
158
|
+
function(name: string) {
|
|
159
|
+
findWithRoleAndNameAndAttribute("menuitemradio", 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,
|
|
@@ -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,
|
|
@@ -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 radio named {string} checked`,
|
|
148
|
+
function(name: string) {
|
|
149
|
+
findWithRoleAndNameAndAttribute("radio", 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 radio named {string} unchecked`,
|
|
158
|
+
function(name: string) {
|
|
159
|
+
findWithRoleAndNameAndAttribute("radio", 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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,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,
|
|
@@ -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,
|
|
@@ -136,3 +137,5 @@ Then(
|
|
|
136
137
|
);
|
|
137
138
|
|
|
138
139
|
// End of Keyboard Section
|
|
140
|
+
|
|
141
|
+
|