Skip to content

Commit

Permalink
fix: Remove H1 for test page (#1231)
Browse files Browse the repository at this point in the history
The Hugo template takes this from the markdown metadata and prints that as an H1 already. Having it again on the page resulted in a duplicate H1.

Co-authored-by: Craig Landry <[email protected]>
  • Loading branch information
craig-landry and Craig Landry authored Nov 9, 2023
1 parent 8b05c58 commit 69f6a95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/en/contribute/code/core/automated-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ aliases: >
/contribute/code/core/fixing-e2e-tests
---

# Automated Tests

## Unit Tests

Each unit test is only intended to validate an isolated piece (unit) of functionality separated from the rest of the system. They can use mocking to replicate the behavior of other parts of the system.
Expand Down

0 comments on commit 69f6a95

Please sign in to comment.