Playwright placing cursor at the end of an input field – Reactjs
I'm using playwright to write my tests. And I have a problem: I need to test the following behaviour: Apply the bold style to some text there's already in my input Check that the text I'm writing after keeps the…