We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4101938 commit 448e7b4Copy full SHA for 448e7b4
app/code/Magento/Backend/Test/Mftf/Section/AdminHeaderSection.xml
@@ -13,5 +13,7 @@
13
<element name="adminUserAccountText" type="text" selector=".page-header .admin-user-account-text" />
14
<!-- Legacy heading section. Mostly used for admin 404 and 403 pages -->
15
<element name="pageHeading" type="text" selector=".page-content .page-heading"/>
16
+ <!-- Used for page not found error -->
17
+ <element name="pageNotFoundTitle" type="text" selector=".page-title span"/>
18
</section>
19
</sections>
0 commit comments