From 2b6785fc72717c85c34f7184dc91e874c7b5f5d9 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Fri, 17 Feb 2023 12:54:23 -0800 Subject: [PATCH] Erinn Comments --- blog/2023-02-17-cwtch-testing-ii.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blog/2023-02-17-cwtch-testing-ii.md b/blog/2023-02-17-cwtch-testing-ii.md index 15ede023..b6da9927 100644 --- a/blog/2023-02-17-cwtch-testing-ii.md +++ b/blog/2023-02-17-cwtch-testing-ii.md @@ -12,7 +12,7 @@ authors: image_url: /img/sarah.jpg --- -In this development log, we investigate some text-based UI bugs encountered by fuzzbot, add more [automated UI tests](/blog/cwtch-testing-i) to the pipeline, and announce a new release of the CwtchBot library. +In this development log, we investigate some text-based UI bugs encountered by [Fuzzbot](https://docs.cwtch.im/docs/contribute/testing#running-fuzzbot), add more [automated UI tests](/blog/cwtch-testing-i) to the pipeline, and announce a new release of the Cwtchbot library. ![](/img/devlog7.png) @@ -31,8 +31,8 @@ doesn't pose a safety issue, it is unsightly.
Screenshot demonstrating how certain strings would violate the bounds of their containers.
-These cases were fixed by parenting impacted elements in a `Container` with `clip: hardEdge` and `decoration:BoxDecoration()` (note that both of these are required as Container widgets in flutter cannot set clipping logic -without an associated decoration) +These cases were fixed by parenting impacted elements in a `Container` with `clip: hardEdge` and `decoration:BoxDecoration()` (note that both of these are required as Container widgets in Flutter cannot set clipping logic +without an associated decoration).