File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Directory/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 72
72
<actionGroup ref =" AdminReloadDashboardDataActionGroup" stepKey =" reloadDashboardData" />
73
73
<!-- Verify there is a space between custom currency symbol respective amounts on admin dashboard-->
74
74
<grabTextFrom selector =" {{AdminDashboardSection.dashboardTotals('Revenue')}}" stepKey =" grabStartQuantity" />
75
- <assertEquals stepKey =" assertInputIsDisabled" >
75
+ <assertRegExp stepKey =" assertInputIsDisabled" >
76
76
<actualResult type =" const" >$grabStartQuantity</actualResult >
77
- <expectedResult type =" string" >IDRx 0.00 </expectedResult >
78
- </assertEquals >
77
+ <expectedResult type =" string" >/ IDRx \d+\.\d+/ </expectedResult >
78
+ </assertRegExp >
79
79
80
80
<!-- Verify Category in store front page-->
81
81
<amOnPage url =" {{StorefrontCategoryPage.url($createDefaultCategory.custom_attributes[url_key]$)}}" stepKey =" openStorefrontCategoryPage" />
You can’t perform that action at this time.
0 commit comments