Skip to content
New issue

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

CssSelector removed in symfony 3 #96

Closed
gaetanbuellet opened this issue Apr 29, 2016 · 1 comment
Closed

CssSelector removed in symfony 3 #96

gaetanbuellet opened this issue Apr 29, 2016 · 1 comment

Comments

@gaetanbuellet
Copy link

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')

@lolautruche
Copy link
Contributor

I have the same issue 😢

jubianchi added a commit that referenced this issue Nov 16, 2016
Fix #96: CssSelector removed in symfony 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants