cypress-cucumber-steps
    Preparing search index...

    Function When_I_wait_seconds

    • When I wait seconds:

      When I wait {int} seconds
      

      Parameters

      • seconds: number

      Returns void

      Plural step:

      When I wait 3 seconds
      

      Singular step:

      When I wait 1 second
      

      Prefer increasing Cypress config's defaultCommandTimeout instead of relying on wait.