Skip to content

Commit ba6857d

Browse files
committed
MQE-2133: Make tests green for Chrome 85
1 parent c18d42a commit ba6857d

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateAttributeFromProductPageActionGroup.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
</arguments>
1919

2020
<click selector="{{AdminProductFormSection.addAttributeBtn}}" stepKey="clickAddAttributeBtn"/>
21-
<see userInput="Select Attribute" stepKey="checkNewAttributePopUpAppeared"/>
21+
<waitForText userInput="Select Attribute" stepKey="checkNewAttributePopUpAppeared"/>
2222
<click selector="{{AdminProductFormAttributeSection.createNewAttribute}}" stepKey="clickCreateNewAttribute"/>
23+
<waitForElementVisible selector="{{AdminProductFormNewAttributeSection.attributeLabel}}" stepKey="waitForAttrLabel" />
2324
<fillField selector="{{AdminProductFormNewAttributeSection.attributeLabel}}" userInput="{{attributeName}}" stepKey="fillAttributeLabel"/>
2425
<selectOption selector="{{AdminProductFormNewAttributeSection.attributeType}}" userInput="{{attributeType}}" stepKey="selectAttributeType"/>
2526
<click selector="{{AdminProductFormNewAttributeSection.saveAttribute}}" stepKey="saveAttribute"/>

app/code/Magento/Customer/Test/Mftf/Test/AdminGridSelectAllOnPageTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
</after>
3333
<amOnPage url="{{AdminCustomerPage.url}}" stepKey="openCustomerPage"/>
3434
<!-- Select all from dropdown -->
35+
<actionGroup ref="ClearFiltersAdminDataGridActionGroup" stepKey="clearFilters" />
3536
<actionGroup ref="AdminGridSelectAllActionGroup" stepKey="selectAllCustomers"/>
3637
<!-- Deselect third customer -->
3738
<click selector="{{AdminCustomerGridMainActionsSection.customerCheckbox(($$thirdCustomer.email$$)}}" stepKey="selectThirdCustomer"/>

app/code/Magento/MediaGalleryUi/Test/Mftf/ActionGroup/AdminEnhancedMediaGalleryAssertImagesDeletedInBulkActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
<arguments>
1616
<argument name="numberOfAssetsDeleted" type="string"/>
1717
</arguments>
18-
<see userInput='{{numberOfAssetsDeleted}} assets have been successfully deleted.' stepKey="verifyDeleteImages"/>
18+
<waitForText userInput='{{numberOfAssetsDeleted}} assets have been successfully deleted.' stepKey="verifyDeleteImages"/>
1919
</actionGroup>
2020
</actionGroups>

app/code/Magento/Review/Test/Mftf/Test/AdminReviewsByProductsReportTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<description value="Review By Products Grid Filters"/>
1717
<severity value="AVERAGE"/>
1818
<testCaseId value="MC-32333"/>
19+
<skip>
20+
<issueId value="MQE-2288" />
21+
</skip>
1922
</annotations>
2023
<before>
2124
<!--Login-->

0 commit comments

Comments
 (0)