File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Captcha/Test/Mftf/ActionGroup
Catalog/Test/Mftf/Section Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
<waitForPageLoad stepKey =" waitForStoresLoaded" />
14
14
<click selector =" {{CaptchaFormsDisplayingSection.config}}" stepKey =" ClickToGoConfiguration" />
15
15
<waitForPageLoad stepKey =" waitForConfigurationsLoaded" />
16
- <scrollTo selector =" {{CaptchaFormsDisplayingSection.customer}}" stepKey =" ScrollToCustomers" />
16
+ <scrollTo selector =" {{CaptchaFormsDisplayingSection.customer}}" x = " 0 " y = " -80 " stepKey =" ScrollToCustomers" />
17
17
<click selector =" {{CaptchaFormsDisplayingSection.customer}}" stepKey =" ClickToCustomers" />
18
18
<waitForPageLoad stepKey =" waitForCustomerConfigurationsLoaded" />
19
19
<click selector =" {{CaptchaFormsDisplayingSection.customerConfig}}" stepKey =" ClickToGoCustomerConfiguration" />
Original file line number Diff line number Diff line change 15
15
<element name =" apply" type =" button" selector =" button[data-action=grid-filter-apply]" timeout =" 30" />
16
16
<element name =" filter" type =" button" selector =" //div[@class='data-grid-filters-action-wrap']/button" timeout =" 30" />
17
17
<element name =" typeDropDown" type =" multiselect" selector =" //select[@name='type_id']" timeout =" 30" />
18
- <element name =" bundleOption" type =" multiselect" selector =" //select[@name='type_id']/option[4 ]" timeout =" 30" />
18
+ <element name =" bundleOption" type =" multiselect" selector =" //select[@name='type_id']/option[@value='bundle' ]" timeout =" 30" />
19
19
<element name =" applyFilters" type =" button" selector =" //button[@class='action-secondary']" timeout =" 30" />
20
20
<element name =" allCheckbox" type =" checkbox" selector =" //div[@data-role='grid-wrapper']//label[@data-bind='attr: {for: ko.uid}']" timeout =" 30" />
21
21
<element name =" actions" type =" button" selector =" //div[@class='action-select-wrap']/button" timeout =" 30" />
You can’t perform that action at this time.
0 commit comments