Skip to content

Commit

Permalink
Remove colon from the heading
Browse files Browse the repository at this point in the history
Signed-off-by: Priyanshi Gaur <[email protected]>
  • Loading branch information
nox1134 committed Aug 15, 2024
1 parent 80b34cb commit 0e35dfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/testing/e2e_test_suite.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Writing tests

Writing tests in Codeception involves creating files within the ``tests/Acceptance`` directory. Each file contains a class with methods that define the test scenarios.

1. Create a New Test File:
1. Create a New Test File

Use the following command to generate a new file:

Expand All @@ -115,7 +115,7 @@ Use the following command to generate a new file:
This creates a ``TestSuiteNameCest.php`` file in ``tests/Acceptance``.

2. Define Test Scenarios:
2. Define Test Scenarios

Open the generated file and define your test scenarios. Each method within the class represents a different scenario. Use Codeception's built-in assertions and helper functions to verify the expected outcomes. Here’s an example:

Expand Down Expand Up @@ -147,7 +147,7 @@ Open the generated file and define your test scenarios. Each method within the c
}
}
3. Utilize PageObjects and StepObjects:
3. Utilize PageObjects and StepObjects

Organize your tests by using PageObject and StepObject classes. This keeps your tests clean and maintainable by separating locators and test steps into reusable components.

Check warning on line 152 in docs/testing/e2e_test_suite.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Components' instead of 'components'. Raw Output: {"message": "[Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Components' instead of 'components'.", "location": {"path": "docs/testing/e2e_test_suite.rst", "range": {"start": {"line": 152, "column": 162}}}, "severity": "INFO"}

Expand Down

0 comments on commit 0e35dfb

Please sign in to comment.