File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
app/code/Magento/Review/Test/Mftf Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 12
12
<argument name =" review" type =" entity" defaultValue =" SimpleProductReview" />
13
13
</arguments >
14
14
<click selector =" {{StorefrontProductReviewsSection.reviewsTab}}" stepKey =" openReviewTab" />
15
- <waitForPageLoad time =" 30" stepKey =" waitForTabOpening" />
16
15
<fillField selector =" {{StorefrontReviewFormSection.nicknameField}}" userInput =" {{review.nickname}}" stepKey =" fillNicknameField" />
17
16
<fillField selector =" {{StorefrontReviewFormSection.summaryField}}" userInput =" {{review.title}}" stepKey =" fillSummaryField" />
18
17
<fillField selector =" {{StorefrontReviewFormSection.reviewField}}" userInput =" {{review.detail}}" stepKey =" fillReviewField" />
Original file line number Diff line number Diff line change 9
9
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
11
<section name =" StorefrontProductReviewsSection" >
12
- <element name =" reviewsTab" type =" button" selector =" #tab-label-reviews-title" />
12
+ <element name =" reviewsTab" type =" button" timeout = " 30 " selector =" #tab-label-reviews-title" />
13
13
<element name =" reviewsBlock" type =" block" selector =" #customer-reviews" />
14
14
<element name =" reviewTitle" type =" text" selector =" .item.review-item:nth-of-type({{row}}) .review-title" parameterized =" true" />
15
15
<element name =" reviewContent" type =" text" selector =" .item.review-item:nth-of-type({{row}}) .review-content" parameterized =" true" />
You can’t perform that action at this time.
0 commit comments