Skip to content

Commit b9e09da

Browse files
authored
ACQE-4407 | Flaky Test Fix
1 parent 3e5be99 commit b9e09da

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)