diff --git a/CHANGES.txt b/CHANGES.txt index 9719dbb..3306e40 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,8 @@ ----- - Added 'I should see ".." within X seconds' step. +- Added 'I should see an element with id of "http://bar.com/" within 2 + seconds'. 0.1.2 ----- diff --git a/README.rst b/README.rst index 3edb30f..f2b9284 100644 --- a/README.rst +++ b/README.rst @@ -74,6 +74,7 @@ used with Given/When/Then/And as desired. I should not see "Foobar" I should be at "http://foobar.com/" I should see an element with id of "http://bar.com/" + I should see an element with id of "http://bar.com/" within 2 seconds I should not see an element with id of "http://bar.com/" The element with id of "cs_PageModeContainer" contains "Read" The element with id of "cs_BigDiv" does not contain "Write"