diff options
| author | Andres Ornelas | 2010-10-27 11:29:51 -0700 | 
|---|---|---|
| committer | Elliott Sprehn | 2010-10-28 15:21:02 -0700 | 
| commit | 34909520ae4b20ddf455adf72de8473e43cac1c6 (patch) | |
| tree | a574e06d513f341e93551d52f0010e60adb0143a /logs | |
| parent | 92e31b556fcaeea7e7078c63729287dbdfcf09ff (diff) | |
| download | angular.js-34909520ae4b20ddf455adf72de8473e43cac1c6.tar.bz2 | |
add optional label to dsl with selectors to improve test and output readability
e.g.
Before:
   code:   element('.actions ul li a').click();
   output: element .actions ul li a click
After
   code:   element('.actions ul li a', "'Configuration' link").click();
   output: element 'Configuration' link ( .actions ul li a ) click
Diffstat (limited to 'logs')
0 files changed, 0 insertions, 0 deletions
