We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d261d24 + 99f5ad2 commit 810af76Copy full SHA for 810af76
app/code/Magento/Review/Test/Mftf/ActionGroup/AdminChangeReviewStatusActionGroup.xml
@@ -1,8 +1,8 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
/**
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details.
+ * Copyright 2019 Adobe
+ * All Rights Reserved.
6
*/
7
-->
8
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -11,6 +11,7 @@
11
<arguments>
12
<argument name="status" type="string" defaultValue="1"/>
13
</arguments>
14
+ <waitForElementVisible selector="{{AdminEditReviewSection.status}}" stepKey="waitForElementVisible"/>
15
<selectOption selector="{{AdminEditReviewSection.status}}" userInput="{{status}}" stepKey="changeReviewStatus"/>
16
</actionGroup>
17
</actionGroups>
0 commit comments