Sha256: 26e9756143baa6d43616e23fe3600d67eaacec1a23d23f2b327bedba65da6946

Contents?: true

Size: 347 Bytes

Versions: 1

Compression:

Stored size: 347 Bytes

Contents

Feature: Handling frames

  Background:
    Given I am on the frame elements page

  Scenario: Switching to a frame by id
    When I switch to a frame using id "frame_2"
    Then I should see "Frame 2" in the frame

  Scenario: Switching to a frame by index
    When I switch to a frame using index "1"
    Then I should see "Frame 2" in the frame

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
page-object-0.2.1 features/frames.feature