mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
add locators to screen page titles
This commit is contained in:
@@ -78,7 +78,7 @@ const ActualTitle = ({ breadcrumbConfig }) => {
|
|||||||
|
|
||||||
if (match.isExact) {
|
if (match.isExact) {
|
||||||
titleElement = (
|
titleElement = (
|
||||||
<Title size="2xl" headingLevel="h2">
|
<Title size="2xl" headingLevel="h2" data-cy="screen-title">
|
||||||
{title}
|
{title}
|
||||||
</Title>
|
</Title>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ function ActivityStream() {
|
|||||||
className="pf-m-condensed"
|
className="pf-m-condensed"
|
||||||
style={{ display: 'flex', justifyContent: 'space-between' }}
|
style={{ display: 'flex', justifyContent: 'space-between' }}
|
||||||
>
|
>
|
||||||
<Title size="2xl" headingLevel="h2">
|
<Title size="2xl" headingLevel="h2" data-cy="screen-title">
|
||||||
{t`Activity Stream`}
|
{t`Activity Stream`}
|
||||||
</Title>
|
</Title>
|
||||||
<span id="grouped-type-select-id" hidden>
|
<span id="grouped-type-select-id" hidden>
|
||||||
|
|||||||
Reference in New Issue
Block a user