From 5b0d95d1a6c2313cdae8db1b9fbcecdb296abc9a Mon Sep 17 00:00:00 2001 From: Davert Date: Tue, 24 Nov 2015 04:46:39 +0200 Subject: [PATCH] minor improv to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0075fe1ba..f78725234 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,9 @@ CodeceptJS Demonstration -- CodeceptJS has an ultimate feature to help you develop and debug you test. You can **pause execution of test in any place and use interactive shell** to try different actions and locatots. -Just add `pause()` call at any place in test and run it. +Just add `pause()` call at any place in a test and run it. +### Actions We filled form with `fillField` methods, which located form elements by their label. The same way you can locate element by name, CSS or XPath locators in tests: