Skip to content

Commit 810af76

Browse files
Merge branch 'ACQE-7683-develop' into ACQE-functional-deployment-v1
2 parents d261d24 + 99f5ad2 commit 810af76

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2019 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -11,6 +11,7 @@
1111
<arguments>
1212
<argument name="status" type="string" defaultValue="1"/>
1313
</arguments>
14+
<waitForElementVisible selector="{{AdminEditReviewSection.status}}" stepKey="waitForElementVisible"/>
1415
<selectOption selector="{{AdminEditReviewSection.status}}" userInput="{{status}}" stepKey="changeReviewStatus"/>
1516
</actionGroup>
1617
</actionGroups>

0 commit comments

Comments
 (0)