How not to redirect to TESTS tab?

When I clicked a failed job on a Github pull request,
this link
https://circleci.com/gh/:org/:repo/:job_number?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
will redirect us to followin url
https://app.circleci.com/pipelines/github/:org/:repo/:build_number/workflows/:workflow_id/jobs/:job_number

and it show TESTS tab instead of STEPS.

However, STEPS are more informative than TESTS for some reasons;

  • STEPS show colored outputs of rspec results
  • STEPS show repeatable rspec commands

So, I always skip TESTS tab and just click STEPS everytime.

The question is how not to redirect to TESTS tab?

I know people in CirlceCI is trying to give us better experience, so I appriciate those efforts, but they also our feedbacks.

Thanks in advance. :slight_smile: