Skip to content

Commit

Permalink
fix: extend test separator
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Apr 30, 2021
1 parent b606184 commit fc66831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/blocks/src/TestsResults/BaseTestsResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const BaseTestsResults: FC<BaseTestsResultsProps> = ({
row: {
original: { ancestorTitles },
},
}) => <div>{ancestorTitles.join('>')}</div>,
}) => <div>{ancestorTitles.join(' > ')}</div>,
},
{
Header: 'Title',
Expand Down

0 comments on commit fc66831

Please sign in to comment.