cypress-cucumber-steps
    Preparing search index...

    Function Then_I_see_element_does_not_exist

    • Then I see element does not exist:

      Then I see element does not exist
      

      Assert element does not exist in the screen.

      Parameters

      • Optionaloptions: DataTable

      Returns void

      Then I see element does not exist
      

      With options:

      Then I see element does not exist
      | timeout | 4000 |

      A preceding step like "When I get element by selector" is required. For example:

      When I get element by selector ".loading"
      Then I see element does not exist