Sha256: 9f3ab8abc900c2776469b2d9e48cd60bbdaa0181225fdbcf5138f7107f081c24

Contents?: true

Size: 924 Bytes

Versions: 9

Compression:

Stored size: 924 Bytes

Contents

Feature:  Using Mohawk

Scenario: Determining if a window exists
  When we are using the "MainScreen"
  Then the window should exist

Scenario: Determining if a window is active
  When we are using the "MainScreen"
  Then we know that the window is active

Scenario: Determining if a window has text
  When we are using the "MainScreen"
  Then we can confirm the window has the text "Assorted UI Elements"

Scenario: Waiting for a particular control
  When we are using the "MainScreen"
  Then we can wait for the control with a value of "Data Entry Form"

Scenario: Specifying a parent container
  When we are using the "ScreenWithContainer"
  Then our parent is the container, not the main window

Scenario: Forcing the search scope to children only
  When we tell the screen to limit searches to children only
  Then we notice a performance increase, especially when data grid views are involved

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mohawk-0.2.1 features/mohawk.feature
mohawk-0.2 features/mohawk.feature
mohawk-0.1.4 features/mohawk.feature
mohawk-0.1.0 features/mohawk.feature
mohawk-0.0.9 features/mohawk.feature
mohawk-0.0.8 features/mohawk.feature
mohawk-0.0.7 features/mohawk.feature
mohawk-0.0.6 features/mohawk.feature
mohawk-0.0.5 features/mohawk.feature