Hi all,
I'm running into some issues with Behat/Mink/Selenium2/Firefox.
The situation is that I have an IFrame with only a src
attribute, I managed to update the id & the name property of the IFrame with a JS script in my test-step.
But when I call switchToIFrame
with that generated attribute I'm getting the following error: "data did not match any variant of untagged enum FrameId at line x column x"
Can someone help me or point me in the right direction or room?
Hi, Please help me if you can...
I use symfon5 with friends of Behat and I am unable to run only one suites.
Is always ask me to define steps in other context.
This is my yml :
default:
suites:
login:
contexts:
- Api\LoginContext
register:
contexts:
- Api\RegisterContext
extensions:
FriendsOfBehat\SymfonyExtension: ~
Behat\MinkExtension:
sessions:
symfony:
symfony: ~
I wish to run only register but throw "register suite has undefined steps. Please choose the context to generate snippets:" and ask me to define steps from login context