Skip to content

Commit 25da035

Browse files
committed
FRW-9914: fix multistore test
1 parent 3657e19 commit 25da035

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

resources/steps/pdp_steps.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ Yves: merchant is (not) displaying in Sold By section of PDP:
617617
Try reloading page until element is/not appear: xpath=//section[@data-qa='component product-configurator']//*[contains(text(),'${merchantName}')] ${condition} 4 10s
618618
EXCEPT
619619
Trigger multistore p&s
620+
${currentURL}= Get Url
620621
Try reloading page until element is/not appear: xpath=//section[@data-qa='component product-configurator']//*[contains(text(),'${merchantName}')] ${condition} 6 10s
621622
END
622623

tests/ui/mp_b2b/multistore/mustistore.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Multistore_Product_Offer
8383
Zed: login on Zed with provided credentials: ${zed_admin_email}
8484
Zed: go to second navigation item level: Catalog Products
8585
Zed: click Action Button in a table for row that contains: multistoreSKU${random} Approve
86+
Zed: save abstract product: multistoreSKU${random}
8687
Trigger multistore p&s
8788
Yves: login on Yves with provided credentials: ${yves_user_email}
8889
Yves: check if cart is not empty and clear it

tests/ui/mp_b2c/multistore/mustistore.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Multistore_Product_Offer
8484
Zed: login on Zed with provided credentials: ${zed_admin_email}
8585
Zed: go to second navigation item level: Catalog Products
8686
Zed: click Action Button in a table for row that contains: multistoreProduct${random} Approve
87+
Zed: save abstract product: multistoreProduct${random}
8788
Trigger multistore p&s
8889
Yves: login on Yves with provided credentials: ${yves_second_user_email}
8990
Yves: check if cart is not empty and clear it

tests/ui/suite/multistore/mustistore.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ Multistore_Product_Offer
155155
Zed: login on Zed with provided credentials: ${zed_admin_email}
156156
Zed: go to second navigation item level: Catalog Products
157157
Zed: click Action Button in a table for row that contains: multistoreProduct${random} Approve
158+
Zed: save abstract product: multistoreProduct${random}
158159
Trigger multistore p&s
159160
Yves: login on Yves with provided credentials: ${yves_user_email}
160161
Yves: check if cart is not empty and clear it

0 commit comments

Comments
 (0)