Skip to content

Commit

Permalink
chore(frontend): Updating the default test run tab (#3677)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Feb 22, 2024
1 parent f698242 commit e9e3601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/RunDetailLayout/RunDetailLayout.tsx
Expand Up @@ -34,7 +34,7 @@ const renderTab = (title: string, testId: string, runId: number, mode: string) =
);

const RunDetailLayout = ({test: {id, name, trigger, skipTraceCollection}, test}: IProps) => {
const {mode = RunDetailModes.TRIGGER} = useParams();
const {mode = RunDetailModes.TEST} = useParams();
const {isError, run, runEvents} = useTestRun();
useDocumentTitle(`${name} - ${run.state}`);
const runOriginPath = useAppSelector(UserSelectors.selectRunOriginPath);
Expand Down

0 comments on commit e9e3601

Please sign in to comment.