Context : Selected test cases are lost when going to next page. It happens when you have multiple pages listed when adding more test cases to a test run. This is a bit annoying when you select ~100 test cases and then they are all lost so you have to start from scratch again
Preconditions :
- There are at least 2 pages on the /testruns/tr/:id/tc/:id/add page
(You can achieve this also by playing with the pagination 50-100-500 etc.)
Steps to reproduce
- Go to a test run
- Click Add button
- Add some test cases on the first page
- Go to next page to select more test cases
Expected result
- The cases that I already selected on the first page is persisted and not lost
Actual result
- The cases that I selected on the first page is lost!