Function Then_I_count_elements

  • Then I count elements:

    Then I count {int} elements
    

    Parameters

    • count: number

    Returns void

    Assert 10 elements are found:

    Then I count 10 elements
    

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

    When I find links by text "Link"
    Then I count 1 element