Skip to content

Commit 2e9ac47

Browse files
Manjusha.SManjusha.S
authored andcommitted
Merge branch 'ACQE-4407_test_fix' into functional-testing-automation
2 parents 2f0795a + b9e09da commit 2e9ac47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/CurrencySymbol/Test/Mftf/Test/AdminCurrencyOptionsSystemConfigExpandedTabTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@
2828
<argument name="submenuUiId" value="{{AdminMenuStoresCurrencyCurrencyRates.dataUiId}}"/>
2929
</actionGroup>
3030
<actionGroup ref="AdminNavigateToCurrencyRatesOptionActionGroup" stepKey="navigateToOptions" />
31+
<waitForElementVisible selector="{{CurrencySetupSection.currencyOptions}}" stepKey="waitForCurrencyOptionsVisible"/>
3132
<grabAttributeFrom selector="{{CurrencySetupSection.currencyOptions}}" userInput="class" stepKey="grabClass"/>
3233
<assertStringContainsString stepKey="assertClass">
3334
<actualResult type="string">{$grabClass}</actualResult>
3435
<expectedResult type="string">open</expectedResult>
3536
</assertStringContainsString>
3637
</test>
37-
</tests>
38+
</tests>

0 commit comments

Comments
 (0)