app
app copied to clipboard
PROD Merging runs with unique tests loses some tests
Describe the bug I merged automated and manual runs with unique tests. Amount of tests do not equal to the sum of both runs.
To Reproduce
Have a project with runs with unique tests
Steps to reproduce the behavior:
- Go to runs tab
- Merge runs with unique tests
- Compare number of tests
- See the issue
Screenshots

Desktop (please complete the following information):
- OS: MacOS
- Browser chrome
- Application: production & beta
The issue is still present. Attaching video. You can see 10 manual tests run merged with 9 automated tests run and it results in 17. 2 tests seem to be lost
https://github.com/testomatio/app/assets/77803888/8e52241f-07fc-4045-a119-5f67ca3cfe3c
Re-tested and found that the issue is related to merging tests with params. @DavertMik what correct behaviour here should be?