Skip to content

Fix pagination bug for tests tab

Payton Burdette requested to merge 434966-reset-pagination into master

What does this MR do and why?

Pagination is shared between the jobs and test summary. There was a bug that would arise if pagination on one job was set to a value where the other job did not have that value in terms of pages. This MR resets the pagination when navigating back to the test summary overview.

See bug report video here #434966 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

bug-fix.mov

How to set up and validate locally

  1. Have a runner setup
  2. Clone this setup for your CI config https://gitlab.com/testing-feature-testing-projects/test-junit-xml
  3. Navigate to a pipeline and click the tests tab

Related to #434966 (closed)

Edited by Payton Burdette

Merge request reports