Webship-JS 1.0.38 adds new steps to check element links by URL or title, plus easier wait time shortcuts. It also updates visibility check steps.
Added since Webship-js 1.0.35:
- Added a step definition to verify that a specific element's link contains the expected URL #183
- Added a step definition to verify that a specific element's link includes the expected URL based on its attributes #184
- Added an element search by its title attribute to the step definition to verify that a specific element's link contains the expected URL by attribute #185
- Added shortcuts for seconds and minutes next to the waiting time value #189
Updates since Webship-js 1.0.35:
- Updated Then I should see step definition code #187
- Updated Then I should not see step definition code #188