Skip to content

Cleanup data-page attribute after each Karma test

What does this MR do?

  • Cleanup data-page attribute after each Karma test to avoid leaking into the next test

Are there points in the code the reviewer needs to double check?

  • Are we okay with moving to consistent .attr('data-page', ... for easier Ctrl+F?

Why was this MR needed?

See https://gitlab.com/gitlab-org/gitlab-ce/issues/38871

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #38871

Merge request reports