File tree 2 files changed +2
-2
lines changed
app/code/Magento/Backend/Test/Mftf
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
<element name =" pageTitle" type =" text" selector =" .page-header h1.page-title" />
13
13
<element name =" adminUserAccountText" type =" text" selector =" .page-header .admin-user-account-text" />
14
14
<element name =" globalSearchInput" type =" text" selector =" #search-global" />
15
+ <element name =" globalSearchInputVisible" type =" text" selector =" .search-global-field._active #search-global" />
15
16
<!-- Legacy heading section. Mostly used for admin 404 and 403 pages -->
16
17
<element name =" pageHeading" type =" text" selector =" .page-content .page-heading" />
17
18
<!-- Used for page not found error -->
Original file line number Diff line number Diff line change 26
26
</after >
27
27
28
28
<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" />
31
30
<seeInField userInput =" " selector =" {{AdminHeaderSection.globalSearchInput}}" stepKey =" seeEmptyGlobalSearchInput" />
32
31
<pressKey selector =" {{AdminHeaderSection.globalSearchInput}}" parameterArray =" [/]" stepKey =" pressForwardslashKeyAgain" />
33
32
<seeInField userInput =" /" selector =" {{AdminHeaderSection.globalSearchInput}}" stepKey =" seeForwardSlashInGlobalSearchInput" />
You can’t perform that action at this time.
0 commit comments