Skip to content

Commit bb2ffeb

Browse files
committed
minor #12006 Replace old versionadded directive by a note (OskarStark)
This PR was merged into the master branch. Discussion ---------- Replace old versionadded directive by a note <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 38e9dc6 Replace old versionadded directive by a note
2 parents 9eb19bc + 38e9dc6 commit bb2ffeb

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)