bbangert / lettuce_webdriver

Selenium webdriver for lettuce
MIT License
81 stars 32 forks source link

More resilient regexes. #10

Closed dwt closed 13 years ago

dwt commented 13 years ago

This helps prevent step definitions eating steps that have a suffix and really should point to a step that isn't yet there. (As frequently happens with 'within x seconds' steps)

bbangert commented 13 years ago

Thanks! Looks good.