Skip to content

Commit 084b9f0

Browse files
authored
fix(docs): broken links
1 parent a002799 commit 084b9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/e2e-tests/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ yarn playwright install
3636

3737
To incorporate a new test case, create a file with a `.spec.ts` extension in the `e2e-tests/playwright/e2e` directory.
3838
The tests within a spec file can run in parallel (by default) or sequentially if using the .serial like in [this example](../../e2e-tests/playwright/e2e/github-happy-path.spec.ts). Note that sequential execution is considered a bad practice and is strongly discouraged.
39-
Note that, in order to add or edit a test, you should adhere to the [contribution guidelines](./CONTRIBUTING.md).
39+
Note that, in order to add or edit a test, you should adhere to the [contribution guidelines](./CONTRIBUTING.MD).
4040

4141
### Running the Tests
4242

0 commit comments

Comments
 (0)