Skip to content

Commit

Permalink
Resolve vale errors pt.4 (use active voice)
Browse files Browse the repository at this point in the history
Signed-off-by: Priyanshi Gaur <[email protected]>
  • Loading branch information
nox1134 committed Aug 12, 2024
1 parent a465f50 commit daa7200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/testing/e2e_test_suite.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Use the following command to generate a new file:
bin/codecept generate:cest acceptance <TestName>
This command will create a file named ``TestSuiteNameCest.php`` inside the ``tests/Acceptance`` directory.
This creates a ``TestSuiteNameCest.php`` file in ``tests/Acceptance``.

2. Define Test Scenarios:

Expand Down Expand Up @@ -239,7 +239,7 @@ For more detailed internal debug information, use:
View tests in the browser
=========================

You can watch your tests being run in an automated browser by visiting the following URL: ``https://mautic.ddev.site:7900/``.
You can watch your tests run in an automated browser by visiting the following URL: ``https://mautic.ddev.site:7900/``.

``noVNC`` Access:

Expand Down

0 comments on commit daa7200

Please sign in to comment.