We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dae740 commit 38e9dc6Copy full SHA for 38e9dc6
testing/functional_tests_assertions.rst
@@ -57,6 +57,11 @@ Browser
57
Crawler
58
~~~~~~~
59
60
+.. note::
61
+
62
+ You cannot use the :doc:`Crawler </components/dom_crawler>` assertions,
63
+ when using `symfony/panther`_ for end-to-end testing.
64
65
- ``assertSelectorExists()``
66
- ``assertSelectorNotExists()``
67
- ``assertSelectorTextContains()``
@@ -67,10 +72,4 @@ Crawler
72
- ``assertInputValueSame()``
68
73
- ``assertInputValueNotSame()``
69
74
70
-.. versionadded:: 4.4
71
-
- Starting from Symfony 4.4, when using `symfony/panther`_ for end-to-end
- testing, you can use all the above assertions except the ones related to
- the :doc:`Crawler </components/dom_crawler>`.
75
76
.. _`symfony/panther`: https://github.com/symfony/panther
0 commit comments