From 77dc01ea4c934fcfa97fdb795f5d52a25e8cab16 Mon Sep 17 00:00:00 2001 From: Harry Date: Wed, 29 Jan 2025 16:47:06 +0000 Subject: [PATCH] extra comment from ds --- chapter_22_fixtures_and_wait_decorator.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chapter_22_fixtures_and_wait_decorator.asciidoc b/chapter_22_fixtures_and_wait_decorator.asciidoc index 60222918..a8ec3821 100644 --- a/chapter_22_fixtures_and_wait_decorator.asciidoc +++ b/chapter_22_fixtures_and_wait_decorator.asciidoc @@ -32,6 +32,9 @@ TIP: Don't overdo de-duplication in FTs. One of the benefits of an FT is that it can catch strange and unpredictable interactions between different parts of your application. +// DAVID: This chapter feels a little short compared to some of the others, +// but otherwise looks good. + === Skipping the Login Process by Pre-creating a Session