StrikekitStrikekit

Tier C web actions example

drag, right click, set, toggle, cookies, column, screenshot, waits

Replace the navigate URL with your app or a local fixture.

Platform: web

Group: Tier C smoke

Scenario: Pointer, range, cookies, column, screenshot
  Given I navigate to "$BASE_URL/tier-c"
  When I drag "Item A" to "Drop zone"
  Then I should see "Drag: dropped"
  When I right click on "Row 3"
  Then I should see "Right: opened"
  When I set "Volume" to "75"
  Then I should see "Volume value: 75"
  When I toggle "Dark mode"
  Then I should see "Toggle: on"
  Then I should have "select-all" be indeterminate
  When I click on "Name" column
  Then I should see "Column: Name"
  When I accept cookies
  Then I should see "Cookies: accepted"
  And I wait for network idle
  Then I capture screenshot "tier-c-smoke"

On this page