File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
CatalogSearch/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 15
15
</arguments >
16
16
<submitForm selector =" #search_mini_form" parameterArray =" ['q' => '{{phrase}}']" stepKey =" fillQuickSearch" />
17
17
<seeInCurrentUrl url =" {{StorefrontCatalogSearchPage.url}}" stepKey =" checkUrl" />
18
- <seeInTitle userInput =" Search results for: '{{phrase}}'" stepKey =" assertQuickSearchTitle" />
19
18
<dontSeeInCurrentUrl url =" form_key=" stepKey =" checkUrlFormKey" />
19
+ <seeInTitle userInput =" Search results for: '{{phrase}}'" stepKey =" assertQuickSearchTitle" />
20
20
<see userInput =" Search results for: '{{phrase}}'" selector =" {{StorefrontCatalogSearchMainSection.SearchTitle}}" stepKey =" assertQuickSearchName" />
21
21
</actionGroup >
22
22
Original file line number Diff line number Diff line change 17
17
<severity value =" CRITICAL" />
18
18
<testCaseId value =" MC-295" />
19
19
<group value =" Tax" />
20
- <skip >
21
- <issueId value =" MAGETWO-96194" />
22
- </skip >
23
20
</annotations >
24
21
<before >
25
22
<actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
98
95
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask" />
99
96
100
97
<waitForElementVisible stepKey =" waitForOverviewVisible" selector =" {{CheckoutPaymentSection.tax}}" />
98
+ <waitForText userInput =" $5.00" selector =" {{CheckoutPaymentSection.orderSummaryShippingTotal}}" time =" 30" stepKey =" waitForCorrectShippingAmount" />
101
99
<see stepKey =" seeTax" selector =" {{CheckoutPaymentSection.tax}}" userInput =" $10.30" />
102
100
<click stepKey =" expandTax" selector =" {{CheckoutPaymentSection.tax}}" />
103
101
<see stepKey =" seeTaxPercent" selector =" {{CheckoutPaymentSection.taxPercentage}}" userInput =" ({{SimpleTaxNY.rate}}%)" />
You can’t perform that action at this time.
0 commit comments