cypress-cucumber-steps
    Preparing search index...

    Function When_I_go

    • When I go:

      When I go {int}
      

      Parameters

      • direction: number

      Returns void

      Navigate forward to the next URL in the browser's history:

      # equivalent to clicking the forward button
      When I go 1

      Navigate back to the previous URL in the browser's history:

      # equivalent to clicking the back button
      When I go -1