Skip to content

Commit 1b1f674

Browse files
committed
testid update
1 parent 6fe67ad commit 1b1f674

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web-report/src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface IHeaderProps {
1111
export const Header: React.FC<IHeaderProps> = ({date, tool_name_version, schema_version}) => (
1212
<>
1313
<div className="justify-between border-b border-black pb-2 mb-4">
14-
<div className="font-extrabold" data-testid="header-creation-date">WEB FUZZING COMMONS</div>
14+
<div className="font-extrabold">WEB FUZZING COMMONS</div>
1515
</div>
1616
<div className="flex justify-between border-b border-black pb-2 mb-4">
1717
<ReportTooltip tooltipText={info.creation_date}>

0 commit comments

Comments
 (0)