File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
+ <actionGroup name =" AdminBackupIndexPageOpenActionGroup" >
11
+ <amOnPage url =" {{AdminBackupIndexPage.url}}" stepKey =" navigateToBackupIndexPage" />
12
+ <waitForPageLoad stepKey =" waitForBackupIndexPageLoad" />
13
+ </actionGroup >
14
+ </actionGroups >
Original file line number Diff line number Diff line change 26
26
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
27
27
28
28
<!-- Go to backup index page-->
29
- <amOnPage url =" {{AdminBackupIndexPage.url}}" stepKey =" goToBackupPage" />
30
- <waitForPageLoad stepKey =" waitForBackupPage" />
29
+ <actionGroup ref =" AdminBackupIndexPageOpenActionGroup" stepKey =" navigateToBackupPage" />
31
30
32
31
<!-- Create system backup-->
33
32
<actionGroup ref =" CreateSystemBackupActionGroup" stepKey =" createSystemBackup" />
Original file line number Diff line number Diff line change 44
44
</actionGroup >
45
45
46
46
<!-- Go to backup index page and verify AssertBackupInGrid-->
47
- <amOnPage url =" {{AdminBackupIndexPage.url}}" stepKey =" goToBackupIndexPage" />
48
- <waitForPageLoad stepKey =" waitForBackupIndexPageLoad" />
47
+ <actionGroup ref =" AdminBackupIndexPageOpenActionGroup" stepKey =" navigateToBackupPage" />
49
48
<see selector =" {{AdminGridTableSection.backupNameColumn}}" userInput =" {{WebSetupWizardBackup.name}}" stepKey =" seeBackupInGrid" />
50
49
<!-- Delete database backup-->
51
50
<actionGroup ref =" AdminBackupDeleteActionGroup" stepKey =" deleteDatabaseBackup" >
Original file line number Diff line number Diff line change 42
42
</actionGroup >
43
43
44
44
<!-- Go to backup index page and verify AssertBackupInGrid-->
45
- <amOnPage url =" {{AdminBackupIndexPage.url}}" stepKey =" goToBackupIndexPage" />
46
- <waitForPageLoad stepKey =" waitForBackupIndexPageLoad" />
45
+ <actionGroup ref =" AdminBackupIndexPageOpenActionGroup" stepKey =" navigateToBackupPage" />
47
46
<see selector =" {{AdminGridTableSection.backupNameColumn}}" userInput =" {{WebSetupWizardBackup.name}}" stepKey =" seeBackupInGrid" />
48
47
<!-- Delete database backup-->
49
48
<actionGroup ref =" AdminBackupDeleteActionGroup" stepKey =" deleteDatabaseBackup" >
You can’t perform that action at this time.
0 commit comments