From 51d447f431716b53a83775f2ae68cbe19a18673e Mon Sep 17 00:00:00 2001 From: Ben Bangert Date: Wed, 16 Mar 2011 13:21:32 -0700 Subject: [PATCH] Update files for release --- CHANGES.txt | 2 ++ README.rst | 1 + 2 files changed, 3 insertions(+) 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"