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