Sha256: f37ccbd1ed88b4122694b3ab62ce334de524c721fba5cd2731aa2ecc00008afb

Contents?: true

Size: 866 Bytes

Versions: 9

Compression:

Stored size: 866 Bytes

Contents

Feature: Gxt Table Extension
  As a Quality Engineer working on a Gxt or Gwt project
  In order to easily create test widgets to interact with application widgets
  I need to define, register and use widgets as if they were normal elements

  Background:
    Given I have defined a GxtTable class extending Table
    And I have registered the GxtTable with PageObject
    And I define a page-object using that widget
    And I am on the Gxt Examples page
    And I have the Basic Grid opened

  Scenario: Retrieve a GxtTable
    When I retrieve a GxtTable widget
    Then I should know it is visible

  @watir_only
  Scenario: Determine if a GxtTable exists
    When I retrieve a GxtTable widget
    Then I should know it exists

  Scenario: Confirm a correct row count from a GxtTable
    When I retrieve a GxtTable widget
    And the GxtTable should have "13" rows

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
page-object-0.8.7 features/gxt_table_extension.feature
page-object-0.8.6.1 features/gxt_table_extension.feature
page-object-0.8.6 features/gxt_table_extension.feature
page-object-0.8.5 features/gxt_table_extension.feature
page-object-0.8.4 features/gxt_table_extension.feature
page-object-0.8.3 features/gxt_table_extension.feature
page-object-0.8.2 features/gxt_table_extension.feature
page-object-0.8.1 features/gxt_table_extension.feature
page-object-0.8 features/gxt_table_extension.feature