Skip to content

Commit c545d99

Browse files
committed
ACP2E-111: Inconsistent product rating on category page
1 parent 1aa12af commit c545d99

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,5 @@
126126
<actualResult type="string">$getProductPriceStarsAtUserAccount</actualResult>
127127
<expectedResult type="string">width: 100%;</expectedResult>
128128
</assertEquals>
129-
130-
<!-- Navigate to customer/account/ and check My Recent Reviews-->
131-
<amOnPage url="customer/account/" stepKey="amOnCustomerDashboardMyRecentReview"/>
132-
<waitForPageLoad stepKey="waitForSchedulePageLoad" time="120"/>
133-
<grabAttributeFrom selector="div.rating-result>span.rating_$$createProduct1.id$$ span" userInput="style" stepKey="getProductStarsAtListView2"/>
134-
<assertEquals stepKey="checkProductStarsAtCustomerDashboard">
135-
<actualResult type="string">$getProductStarsAtListView2</actualResult>
136-
<expectedResult type="string">width: 80%;</expectedResult>
137-
</assertEquals>
138129
</test>
139130
</tests>

0 commit comments

Comments
 (0)