File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/code/Magento/Store/Test/Mftf Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 21
21
<click selector =" {{AdminStoresMainActionsSection.deleteButton}}" stepKey =" clickDeleteWebsiteButtonOnEditStorePage" />
22
22
<selectOption userInput =" No" selector =" {{AdminStoresDeleteWebsiteSection.createDbBackup}}" stepKey =" setCreateDbBackupToNo" />
23
23
<click selector =" {{AdminStoresDeleteWebsiteSection.deleteButton}}" stepKey =" clickDeleteButtonOnDeleteWebsitePage" />
24
+ <see selector =" {{AdminMessagesSection.successMessage}}" userInput =" You deleted the website." stepKey =" checkSuccessMessage" />
24
25
</actionGroup >
25
26
</actionGroups >
Original file line number Diff line number Diff line change 8
8
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
9
9
<section name =" AdminStoresDeleteWebsiteSection" >
10
10
<element name =" createDbBackup" type =" select" selector =" #store_create_backup" />
11
- <element name =" deleteButton" type =" button" selector =" #delete" timeout =" 90 " />
11
+ <element name =" deleteButton" type =" button" selector =" #delete" timeout =" 120 " />
12
12
</section >
13
13
</sections >
You can’t perform that action at this time.
0 commit comments