Function Then_I_do_not_see_URL_contains

  • Then I do not see URL contains:

    Then I do not see URL contains {string}
    

    Parameters

    • url: string
    • Optionaloptions: DataTable

    Returns void

    With baseUrl set:

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

    Without baseUrl set:

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

    With options:

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