From 89f956493bc609a6da24ba03b3f15fd9f9669c6b Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 12 Nov 2021 16:10:19 +0100 Subject: [PATCH] [Testing] Add comments to the work-in-progress section --- .doctor-rst.yaml | 1 + testing.rst | 11 +++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.doctor-rst.yaml b/.doctor-rst.yaml index b1cd5645be8..86741f56f86 100644 --- a/.doctor-rst.yaml +++ b/.doctor-rst.yaml @@ -106,3 +106,4 @@ whitelist: - 'End to End Tests (E2E)' - '.. code-block:: php' - '.. _`a feature to test applications using Mercure`: https://github.com/symfony/panther#creating-isolated-browsers-to-test-apps-using-mercure-or-websocket' + - '.. End to End Tests (E2E)' diff --git a/testing.rst b/testing.rst index 1fe8e409a69..363abb9b98b 100644 --- a/testing.rst +++ b/testing.rst @@ -992,12 +992,11 @@ Mailer Assertions `` into ``jane@example.com``. .. TODO - End to End Tests (E2E) - ---------------------- - - * panther - * testing javascript - * UX or form collections as example? +.. End to End Tests (E2E) +.. ---------------------- +.. * panther +.. * testing javascript +.. * UX or form collections as example? Learn more ----------