We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
Since symfony 3, the CssSelector class in Symfony\Component\CssSelector\ has been removed.
This class is used atoum-bundle/atoum/AtoumBundle/Test/Units/WebTestCase.php, when we set the handler on 'crawler'.
atoum-bundle/atoum/AtoumBundle/Test/Units/WebTestCase.php
So, it's not possible to use something like :
->crawler ->hasElement('#contact_form') ->hasChild('input')->exactly(3)->end() ->hasChild('input')
The text was updated successfully, but these errors were encountered:
I have the same issue 😢
Sorry, something went wrong.
f790878
Merge pull request #103 from lolautruche/patch-1
ea440c1
Fix #96: CssSelector removed in symfony 3
No branches or pull requests
Hi all,
Since symfony 3, the CssSelector class in Symfony\Component\CssSelector\ has been removed.
This class is used
atoum-bundle/atoum/AtoumBundle/Test/Units/WebTestCase.php
, when we set the handler on 'crawler'.So, it's not possible to use something like :
->crawler ->hasElement('#contact_form') ->hasChild('input')->exactly(3)->end() ->hasChild('input')
The text was updated successfully, but these errors were encountered: