Playwright automated tests are not being linked with manual tests with the same name
Describe the bug Upon importing automated tests from Playwright to the project with manual tests with the same names as auto tests, it can be noticed that the manual and automated tests do not match the corresponding manual tests.
To Reproduce Steps to reproduce the behavior:
- Create a classic project with a manual test with a set name
- Import Playwright test with the same name
Expected behavior Manual and automated test cases merge
Actual behavior Tests stay separated
Desktop (please complete the following information):
- OS: macOS 13.5.2 (22G91)
- Browser Chrome
- Browser Version 116.0.5845.187
- Application: production
https://app.crisp.chat/website/4192ab4e-8b76-4b7e-a8c4-ea66dea249e7/inbox/session_9e067a1f-bdf7-48f8-ac31-f9c560eb2194/
Hi @denyskolopelnyk , why do you think test sync operation should override test cases based on title? I can see a potential problem here for manual tests cases that should remain manual. Have you tried assigning manual test case id to a test case in code before you run test sync operation?