Skip to content

Commit cdcd4dc

Browse files
authored
Typo in 'burdon'
Changed to 'burden'
1 parent b401d9c commit cdcd4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ There is also a `Makefile` to run via the CLI which is used by CI (GitHub Action
4242
Running UI tests can suffer from a number of issues:
4343

4444
1. Flakiness - UI tests can be notoriously flakey if they are run against a real provider, due to the need to manage test data and mutations.
45-
1. Managing test environments and test data itself can be a huge burdon on a team, resulting in reducing the size of the UI test suite to assist with maintenance.
45+
1. Managing test environments and test data itself can be a huge burden on a team, resulting in reducing the size of the UI test suite to assist with maintenance.
4646
1. Reliability - Often times to address (1) and (2), test authors will stub out endpoints to make the tests faster and more reliable
4747

4848
In order to combat some of the issues from above, teams may choose to fake out a backend.

0 commit comments

Comments
 (0)