When I save screenshot

Save a screenshot at the current viewport size.

When (I |we )*save screenshot

Example #1: When I save screenshot

Example #2: When save screenshot

Example #3:

Given I am on "/about-us"
 When I save screenshot
 Then I should see "About us"

Example #4:

Given I am on "/contact"
When I fill in "email" with "info@webship.co"
When I save screenshot
Then I should see "Contact"