File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/CheckoutAgreements/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" DeleteTermActionGroup" >
12
12
<arguments >
13
- <argument name =" term" />
13
+ <argument name =" term" />
14
14
</arguments >
15
15
<amOnPage url =" {{AdminTermsPage.url}}" stepKey =" onTermGridPage" />
16
16
<waitForPageLoad stepKey =" waitForAdminTermsGridPageLoad" />
19
19
<click selector =" {{AdminTermGridSection.firstRowConditionId}}" stepKey =" clickFirstRow" />
20
20
<waitForPageLoad stepKey =" waitForEditTermPageLoad" />
21
21
<click selector =" {{AdminEditTermFormSection.delete}}" stepKey =" clickDeleteButton" />
22
+ <waitForElementVisible selector =" {{AdminEditTermFormSection.acceptPopupButton}}" stepKey =" waitForElement" />
22
23
<click selector =" {{AdminEditTermFormSection.acceptPopupButton}}" stepKey =" clickDeleteOkButton" />
23
- <waitForPageLoad stepKey =" waitForAdminTermsGridPageLoad2" />
24
- <see selector =" {{AdminTermFormMessagesSection.successMessage}}" userInput =" You deleted the condition." stepKey =" seeSuccessMessage" />
24
+ <waitForText selector =" {{AdminTermFormMessagesSection.successMessage}}" userInput =" You deleted the condition." stepKey =" seeSuccessMessage" />
25
25
</actionGroup >
26
- </actionGroups >
26
+ </actionGroups >
You can’t perform that action at this time.
0 commit comments