Skip to content

Commit

Permalink
test: add testid to controllers header (#5251)
Browse files Browse the repository at this point in the history
- fixes accessibility test failure #5243
  • Loading branch information
petermakowski committed Jan 4, 2024
1 parent e89172c commit 7680490
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ const ControllerListHeader = ({

return (
<MainToolbar>
<MainToolbar.Title>Controllers</MainToolbar.Title>
<MainToolbar.Title data-testid="section-header-title">
Controllers
</MainToolbar.Title>
{controllersLoaded ? (
<ModelListSubtitle
available={controllers.length}
Expand Down

0 comments on commit 7680490

Please sign in to comment.