From c23d01bc3dc1cce4fb44e827d238f5cfd70841be Mon Sep 17 00:00:00 2001 From: "Jay R. Newlin (PromptWorks)" Date: Wed, 27 Nov 2019 17:06:49 -0500 Subject: [PATCH] Minor edits --- uitests/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uitests/README.md b/uitests/README.md index 5a119302..0f3a940b 100644 --- a/uitests/README.md +++ b/uitests/README.md @@ -13,9 +13,9 @@ to ensure fairly thorough checking of AT-AT. The tests are constructed in a "stepwise" fashion; that is, no individual test depends upon another, and each test checks one step in complex user flows. As an example, there are six tests for creating a new Task Order, one corresponding to each screen in the process plus one -for adding a second CLIN to a TO. These tests rely on Ghost Inspector's "Import steps from Test X" functionality to perform all the -necessary setup for the current test. This also ensures that tests can be run in any sequence because Ghost Inspector launches up to four -tests simultaneously. +for adding a second CLIN to a TO. Each test relies on Ghost Inspector's "Import steps from Test X" functionality to perform all the +necessary setup before running its own check. This also ensures that tests can be run in any sequence since Ghost Inspector launches up to +four tests simultaneously. ## Handling UI changes