File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Captcha/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 13
13
<title value =" AdvancedReportingButtonTest" />
14
14
<description value =" Test log in to AdvancedReporting and tests AdvancedReportingButtonTest" />
15
15
<testCaseId value =" MC-14800" />
16
+ <skip >
17
+ <issueId value =" MC-14800" />
18
+ </skip >
16
19
<severity value =" CRITICAL" />
17
20
<group value =" analytics" />
18
21
<group value =" mtf_migrated" />
Original file line number Diff line number Diff line change 9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" AssertCaptchaVisibleOnCustomerAccountInfoActionGroup" >
12
+ <checkOption selector =" {{StorefrontCustomerAccountInformationSection.changeEmail}}" stepKey =" clickChangeEmailCheckbox" />
12
13
<waitForElementVisible selector =" {{StorefrontCustomerAccountInformationSection.captchaField}}" stepKey =" seeCaptchaField" />
13
14
<waitForElementVisible selector =" {{StorefrontCustomerAccountInformationSection.captchaImg}}" stepKey =" seeCaptchaImage" />
14
15
<waitForElementVisible selector =" {{StorefrontCustomerAccountInformationSection.captchaReload}}" stepKey =" seeCaptchaReloadButton" />
15
16
<reloadPage stepKey =" refreshPage" />
16
17
<waitForPageLoad stepKey =" waitForPageReloaded" />
18
+ <checkOption selector =" {{StorefrontCustomerAccountInformationSection.changeEmail}}" stepKey =" clickChangeEmailCheckboxAfterPageReload" />
17
19
<waitForElementVisible selector =" {{StorefrontCustomerAccountInformationSection.captchaField}}" stepKey =" seeCaptchaFieldAfterPageReload" />
18
20
<waitForElementVisible selector =" {{StorefrontCustomerAccountInformationSection.captchaImg}}" stepKey =" seeCaptchaImageAfterPageReload" />
19
21
<waitForElementVisible selector =" {{StorefrontCustomerAccountInformationSection.captchaReload}}" stepKey =" seeCaptchaReloadButtonAfterPageReload" />
You can’t perform that action at this time.
0 commit comments