File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
app/code/Magento/Store/Test/Mftf Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 23
23
<selectOption userInput =" No" selector =" {{AdminStoresDeleteStoreGroupSection.createDbBackup}}" stepKey =" setCreateDbBackupToNo" />
24
24
<click selector =" {{AdminStoresDeleteStoreGroupSection.deleteStoreGroupButton}}" stepKey =" clickDeleteStoreGroupButtonOnDeleteStorePage" />
25
25
</actionGroup >
26
- <!-- AssertStoreGroupSuccessDeleteAndBackupMessages-->
27
26
<actionGroup name =" DeleteCustomStoreBackupEnabledYesActionGroup" >
28
27
<arguments >
29
28
<argument name =" storeGroupName" type =" string" />
41
40
<see selector =" {{AdminStoresGridSection.successMessage}}" userInput =" The database was backed up." stepKey =" seeAssertDatabaseBackedUpMessage" />
42
41
<see selector =" {{AdminStoresGridSection.successMessage}}" userInput =" You deleted the store." stepKey =" seeAssertSuccessDeleteStoreGroupMessage" />
43
42
</actionGroup >
44
- <!-- AssertStoreGroupNotInGrid-->
45
43
<actionGroup name =" AssertStoreNotInGrid" >
46
44
<arguments >
47
45
<argument name =" storeGroupName" type =" string" />
Original file line number Diff line number Diff line change 33
33
<actionGroup ref =" logout" stepKey =" logout" />
34
34
</after >
35
35
36
- <!-- AssertStoreGroupSuccessDeleteAndBackupMessages-->
36
+ <!-- Delete custom store group and verify AssertStoreGroupSuccessDeleteAndBackupMessages-->
37
37
<actionGroup ref =" DeleteCustomStoreBackupEnabledYesActionGroup" stepKey =" deleteCustomStoreGroup" >
38
38
<argument name =" storeGroupName" value =" {{customStore.name}}" />
39
39
</actionGroup >
40
40
41
- <!-- AssertStoreGroupNotInGrid-->
41
+ <!-- Verify deleted Store group is not present in grid and verify AssertStoreGroupNotInGrid message -->
42
42
<actionGroup ref =" AssertStoreNotInGrid" stepKey =" verifyDeletedStoreGroupNotInGrid" >
43
43
<argument name =" storeGroupName" value =" {{customStore.name}}" />
44
44
</actionGroup >
45
45
46
- <!-- Go to backup index page, verify AssertBackupInGrid-->
46
+ <!-- Go to backup index page and verify AssertBackupInGrid-->
47
47
<amOnPage url =" {{BackupIndexPage.url}}" stepKey =" goToBackupIndexPage" />
48
48
<waitForPageLoad stepKey =" waitForBackupIndexPageLoad" />
49
+ <see selector =" {{AdminGridTableSection.backupNameColumn}}" userInput =" {{WebSetupWizardBackup.name}}" stepKey =" seeBackupInGrid" />
49
50
<!-- Delete database backup-->
50
51
<actionGroup ref =" deleteBackup" stepKey =" deleteDatabaseBackup" >
51
52
<argument name =" backup" value =" WebSetupWizardBackup" />
You can’t perform that action at this time.
0 commit comments