From 17296f44a9dd3f47e475b35bcaa97593a0560431 Mon Sep 17 00:00:00 2001 From: Maria Z <129901200+ma-zah@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:27:13 +0100 Subject: [PATCH] Update guides/long-vs-short.mdx --- guides/long-vs-short.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/long-vs-short.mdx b/guides/long-vs-short.mdx index 81369a6..55b78f4 100644 --- a/guides/long-vs-short.mdx +++ b/guides/long-vs-short.mdx @@ -52,7 +52,7 @@ Octomind is designed with short test cases in mind, and here's why they work so 4. **Simple test maintenance:** Short tests are easier to maintain: - Manual updates are quick and contained. - - Changes in one test case don't ripple unnecessarily into others. + - Changes in one flow in your app don't ripple into multiple test cases. - Your team will appreciate the clarity, as each test focuses on a specific functionality or route through the app. 5. **Improved collaboration in your team:** Short tests are easier for others to understand at a glance. Anyone reviewing your test suite can see exactly what each test does, where it starts, and how it fits into the broader testing strategy.