Skip to content

Commit

Permalink
Merge pull request tastejs#892 from dprotti/browsertestsreadmetypo
Browse files Browse the repository at this point in the history
Typo in browser-tests/README.md
  • Loading branch information
sindresorhus committed Apr 2, 2014
2 parents 7e3db80 + 7a75fd4 commit 73b5289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ Very briefly, the tests are designed as follows:
+ `test.js` - Erm … the tests! These are written to closely match the TodoMVC spec.
+ `allTest.js` - A simple file that locates all of the framework examples, and runs the tests for each.

**NOTE:** All of the WebdriverJS methods return promises and are executed asynchronously. However, you do not have to 'chain' then using `then`, they are instead automagically added to a queue, then executed. This means that if you add non-WebdriverJS operations (asserts, log messages) these will not be executed at the point you might expect. This is why `TestOperations.js` uses an explicit `then` each time it asserts.
**NOTE:** All of the WebdriverJS methods return promises and are executed asynchronously. However, you do not have to 'chain' them using `then`, they are instead automagically added to a queue, then executed. This means that if you add non-WebdriverJS operations (asserts, log messages) these will not be executed at the point you might expect. This is why `TestOperations.js` uses an explicit `then` each time it asserts.

0 comments on commit 73b5289

Please sign in to comment.