Function Then_I_do_not_see_value

  • Then I do not see value:

    Then I do not see value {string}
    

    Assert element with exact value does not exist in the screen.

    Parameters

    • value: string

    Returns void

    Then I do not see value "Value"
    

    A preceding step like "When I find input by label text" is required. For example:

    When I find input by label text "Input"
    Then I do not see value "Value"