File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Reports/Test/Mftf/ActionGroup
User/Test/Mftf/ActionGroup Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 18
18
<waitForPageLoad time =" 5" stepKey =" waitForOrdersPage" />
19
19
<click selector =" {{AdminOrderedProductsSection.refresh}}" stepKey =" refresh" />
20
20
<scrollTo selector =" {{AdminOrderedProductsSection.total}}" stepKey =" scrollTo" />
21
- <see userInput =" {{productName}}" stepKey =" seeOrder " />
21
+ <see userInput =" {{productName}}" stepKey =" seeOrderedProduct " />
22
22
</actionGroup >
23
23
</actionGroups >
Original file line number Diff line number Diff line change 31
31
<see selector =" {{AdminEditUserSection.roleNameInFirstRow}}" userInput =" {{roleName}}" stepKey =" seeFoundRoleName" />
32
32
<click selector =" {{AdminEditUserSection.searchResultFirstRow}}" stepKey =" clickFoundRoleName" />
33
33
<click selector =" {{AdminMainActionsSection.save}}" stepKey =" clickSaveButton" />
34
- <waitForPageLoad time =" 10" stepKey =" waitUserSaved" />
35
34
<see selector =" {{AdminUserGridSection.successMessage}}" userInput =" You saved the user." stepKey =" saveUserSuccessMessage" />
36
35
</actionGroup >
37
36
</actionGroups >
Original file line number Diff line number Diff line change 23
23
<click selector =" {{AdminMainActionsSection.delete}}" stepKey =" deleteUser" />
24
24
<waitForElementVisible selector =" {{AdminConfirmationModalSection.message}}" stepKey =" waitForConfirmModal" />
25
25
<click selector =" {{AdminConfirmationModalSection.ok}}" stepKey =" confirmDelete" />
26
- <waitForPageLoad stepKey =" waitForSave" />
27
26
<see userInput =" You deleted the user." stepKey =" seeUserDeleteMessage" />
28
27
</actionGroup >
29
28
</actionGroups >
You can’t perform that action at this time.
0 commit comments