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