<!-- Thank you very much for contributing to Testing Playground by creating an issue! 😍 * Before opening a new issue please check if it is already solved here https://develop.testing-playground.com/ * Please fill out this template with all the relevant information so we can understand what's going on and fix the issue. We appreciate bugs filed and PRs submitted! * Please make sure that you are familiar with and follow the Code of Conduct for this project (found in the CODE_OF_CONDUCT.md file). --> ## Bug Report 🐛 <!-- A clear and concise description of what the bug is. Please add a gif or a screenshot to support your case. --> Suggested queries should be escaped. For example `/loading ... (1)/i)` should be `/loading ... \(1\)/i` ## To Reproduce ✔️ <!-- Steps to reproduce the behavior. Please add as first step a link to your bugged playground if possible (at https://testing-playground.com). In case the playground crashes entirely, please share the state right before that crash and tell us what to do to make it crash. --> See [this playground](https://testing-playground.com/gist/85e7be15e0f93fa4893c6517f955073d/d636526139bb75376c31407d77ccc24841b5be6b). ## Expected behavior 🤔 I would expect that the suggested query can find the element. ## Suggested solution 🔦 <!-- It's ok if you don't have a suggested solution, but it really helps if you could do a little digging to come up with some suggestion of how to improve things. -->