Skip to content

Commit 38e9dc6

Browse files
committed
Replace old versionadded directive by a note
1 parent 9dae740 commit 38e9dc6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

testing/functional_tests_assertions.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ Browser
5757
Crawler
5858
~~~~~~~
5959

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+
6065
- ``assertSelectorExists()``
6166
- ``assertSelectorNotExists()``
6267
- ``assertSelectorTextContains()``
@@ -67,10 +72,4 @@ Crawler
6772
- ``assertInputValueSame()``
6873
- ``assertInputValueNotSame()``
6974

70-
.. versionadded:: 4.4
71-
72-
Starting from Symfony 4.4, when using `symfony/panther`_ for end-to-end
73-
testing, you can use all the above assertions except the ones related to
74-
the :doc:`Crawler </components/dom_crawler>`.
75-
7675
.. _`symfony/panther`: https://github.com/symfony/panther

0 commit comments

Comments
 (0)