Function Then_I_do_not_see_URL

  • Then I do not see URL:

    Then I do not see URL {string}
    

    Parameters

    • url: string
    • Optional options: default

    Returns void

    Example

    With baseUrl set:

    Then I do not see URL "/index.html"
    

    Without baseUrl set:

    Then I do not see URL "http://localhost:8080/index.html"
    

    With options:

    Then I do not see URL "/"
    | decode | false |
    | log | true |
    | timeout | 4000 |

    See