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