File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Backend/Test/Mftf Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 <element name =" pageTitle" type =" text" selector =" .page-header h1.page-title" />
1313 <element name =" adminUserAccountText" type =" text" selector =" .page-header .admin-user-account-text" />
1414 <element name =" globalSearchInput" type =" text" selector =" #search-global" />
15+ <element name =" globalSearchInputVisible" type =" text" selector =" .search-global-field._active #search-global" />
1516 <!-- Legacy heading section. Mostly used for admin 404 and 403 pages -->
1617 <element name =" pageHeading" type =" text" selector =" .page-content .page-heading" />
1718 <!-- Used for page not found error -->
Original file line number Diff line number Diff line change 2626 </after >
2727
2828 <pressKey selector =" body" parameterArray =" [/]" stepKey =" pressForwardslashKey" />
29- <waitForElementVisible selector =" {{AdminHeaderSection.globalSearchInput}}" stepKey =" waitForGlobalSearchInput" />
30- <seeElement selector =" {{AdminHeaderSection.globalSearchInput}}" stepKey =" seeGlobalSearchInput" />
29+ <seeElement selector =" {{AdminHeaderSection.globalSearchInputVisible}}" stepKey =" seeActiveGlobalSearchInput" />
3130 <seeInField userInput =" " selector =" {{AdminHeaderSection.globalSearchInput}}" stepKey =" seeEmptyGlobalSearchInput" />
3231 <pressKey selector =" {{AdminHeaderSection.globalSearchInput}}" parameterArray =" [/]" stepKey =" pressForwardslashKeyAgain" />
3332 <seeInField userInput =" /" selector =" {{AdminHeaderSection.globalSearchInput}}" stepKey =" seeForwardSlashInGlobalSearchInput" />
You can’t perform that action at this time.
0 commit comments