File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
app/code/Magento/Store/Test/Mftf Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1313 </arguments >
1414 <amOnPage url =" {{AdminSystemStorePage.url}}" stepKey =" amOnTheStorePage" />
1515 <click selector =" {{AdminStoresGridSection.resetButton}}" stepKey =" clickOnResetButton" />
16- <waitForPageLoad stepKey =" waitForPageLoadAfterResetButtonClicked" time =" 10" />
1716 <fillField userInput =" {{websiteName}}" selector =" {{AdminStoresGridSection.websiteFilterTextField}}" stepKey =" fillSearchWebsiteField" />
1817 <click selector =" {{AdminStoresGridSection.searchButton}}" stepKey =" clickSearchButton" />
19- <waitForPageLoad stepKey =" waitForPageLoadAfterSearch" time =" 10" />
2018 <see userInput =" {{websiteName}}" selector =" {{AdminStoresGridSection.websiteNameInFirstRow}}" stepKey =" verifyThatCorrectWebsiteFound" />
2119 <click selector =" {{AdminStoresGridSection.websiteNameInFirstRow}}" stepKey =" clickEditExistingWebsite" />
22-
20+ < waitForPageLoad stepKey = " waitForPageLoadAfterWebsiteSelected " time = " 30 " />
2321 <click selector =" {{AdminStoresMainActionsSection.deleteButton}}" stepKey =" clickDeleteWebsiteButtonOnEditStorePage" />
2422 <selectOption userInput =" No" selector =" {{AdminStoresDeleteWebsiteSection.createDbBackup}}" stepKey =" setCreateDbBackupToNo" />
2523 <click selector =" {{AdminStoresDeleteWebsiteSection.deleteButton}}" stepKey =" clickDeleteButtonOnDeleteWebsitePage" />
24+ <see selector =" {{AdminMessagesSection.successMessage}}" userInput =" You deleted the website." stepKey =" checkSuccessMessage" />
2625 </actionGroup >
2726</actionGroups >
Original file line number Diff line number Diff line change 88<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
99 <section name =" AdminStoresDeleteWebsiteSection" >
1010 <element name =" createDbBackup" type =" select" selector =" #store_create_backup" />
11- <element name =" deleteButton" type =" button" selector =" #delete" timeout =" 30 " />
11+ <element name =" deleteButton" type =" button" selector =" #delete" timeout =" 120 " />
1212 </section >
1313</sections >
You can’t perform that action at this time.
0 commit comments