1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Merge pull request #467 from jmccartie/patch-1

Minor spelling typo fix
This commit is contained in:
Jonas Nicklas 2011-08-25 23:33:06 -07:00
commit b5d27e3542

View file

@ -485,7 +485,7 @@ When issuing instructions to the DSL such as:
If clicking on the *foo* link causes triggers an asynchronous process, such as If clicking on the *foo* link causes triggers an asynchronous process, such as
an Ajax request, which, when complete will add the *bar* link to the page, an Ajax request, which, when complete will add the *bar* link to the page,
clicking on the *bar* link would be expeced to fail, since that link doesn't clicking on the *bar* link would be expected to fail, since that link doesn't
exist yet. However Capybara is smart enought to retry finding the link for a exist yet. However Capybara is smart enought to retry finding the link for a
brief period of time before giving up and throwing an error. The same is true of brief period of time before giving up and throwing an error. The same is true of
the next line, which looks for the content *baz* on the page; it will retry the next line, which looks for the content *baz* on the page; it will retry