Hello,
I am attempting to write a Behat test for this ticket. when adding a subfolder to a folder, I used And I press "Create folder" to access the Create Folder dialog box, which also has a <button>Create folder</button> element. When I add the name of the new folder and use And I press "Create folder" again, Behat ends up clicking the same button it clicked earlier, opening a new Create Folder dialog box.
Is there a workaround for this already implemented in Behat, or would I have to write it myself?
Thanks.