Skip to content

Commit

Permalink
correction in expression of elements
Browse files Browse the repository at this point in the history
  • Loading branch information
nam-singh committed Sep 5, 2024
1 parent 9ca8a13 commit fa3ef88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report-react/src/report/ReportElements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default class ReportElements extends React.Component<IReportElementsProps
let thisGroup = groupMap[item.path.aria];
if (!thisGroup) {
thisGroup = {
title: (item.path.aria).trim().replace(/ /g, "").replace(/[[\]]/g, "").replace(/\//g, ":").replace(/[^A-Za-z0-9\-_:.]/g, "_"),
title: (item.path.aria),
counts: {},
items: []
}
Expand Down

0 comments on commit fa3ef88

Please sign in to comment.