cypress-cucumber-steps
    Preparing search index...

    Function When_I_set_viewport_width_height

    • When I set viewport to width and height:

      When I set viewport to {int}px by {int}px
      

      Parameters

      • width: number
      • height: number

      Returns void

      Resize viewport to 375px width by 667px height:

      When I set viewport to 375px by 667px
      

      Controls the size and orientation of the screen for your application.