Feature: Email Protection Scenario: Inserts script into the page Given the Server is running at "test-app" When I go to "/" Then I should see "" Scenario: Shows obfuscated email on page Given the Server is running at "test-app" When I go to "/" Then I should see "" Scenario: Inserts script into end of body if a body tag exists Given the Server is running at "test-app" When I go to "/with_body.html" Then I should see: """ """ Scenario: Does not insert script if there is no email on the page Given the Server is running at "test-app" When I go to "/with_no_email.html" Then I should not see "" Scenario: Encrypts multiple emails Given the Server is running at "test-app" When I go to "/with_multiple_emails.html" Then I should see "" Then I should see "" Scenario: Encrypts mailto link parameters Given the Server is running at "test-app" When I go to "/with_url_params.html" Then I should see ""