+
{statusIcon(test.outcome)}
-
+
{[...test.path, test.title].join(' › ')}
{report.projectNames.length > 1 && !!test.projectName &&
@@ -58,9 +58,7 @@ export const TestFileView: React.FC{msToString(test.duration)}
-
- {test.location.file}:{test.location.line}
-
+ {test.location.file}:{test.location.line}
{imageDiffBadge(test)}
{videoBadge(test)}
{traceBadge(test)}
@@ -102,7 +100,7 @@ const LabelsClickView: React.FC 0 ? (
<>
{labels.map(label => (
- onClickHandle(e, label)}>
+ onClickHandle(e, label)}>
{label.slice(1)}
))}