Sha256: 1e9ad91e938860cc7e6f1ec465c83e91d0bb063680179b4c6c3043c85b67cd1e

Contents?: true

Size: 1.67 KB

Versions: 4

Compression:

Stored size: 1.67 KB

Contents

#Feature: Search
  #In order to value
  #As a role
  #I want feature

  #@javascript
  #Scenario: Search via Search window
    #Given the following roles exist:
    #| id | name       |
    #| 1  | admin      |
    #| 2  | superadmin |
    #| 3  | user       |

    #And the following users exist:
    #| first_name | last_name | role_id |
    #| Paul       | Bley      | 1       |
    #| Dalai      | Lama      | 3       |
    #| Taisha     | Abelar    | 2       |
    #| Florinda   | Donner    | 1       |

    #When I go to the UserGrid test page
    #Then the grid should show 4 records

    #When I press "Search"
    #And I wait for the response from the server
    #And I expand combobox "undefined_attr"
    #And I select "First name" from combobox "undefined_attr"
    #And I wait for the response from the server
    #And I fill in "first_name_value" with "ai"
    #And I press "Search" within "#user_grid__search_form"
    #And I wait for the response from the server
    #Then the grid should show 2 records

    # When I press "Search"
    # And I follow "+"
    # And I expand combobox "undefined_attr"
    # And I select "First name" from combobox "undefined_attr"
    # And I fill in "first_name_value" with "in"
    # And I press "Search" within "#user_grid__search_form"
    # And I wait for the response from the server
    # Then the grid should show 3 records

    # Search on association column not supported yet
    # When I press "Search"
    # And I fill in "Role name like:" with "adm"
    # And I fill in "First name like:" with ""
    # And I press "Search" within "#user_grid__search_form"
    # And I wait for the response from the server
    # Then the grid should show 3 records

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
netzke-basepack-0.7.7 test/basepack_test_app/features/search_in_grid.feature
netzke-basepack-zh-0.7.6 test/basepack_test_app/features/search_in_grid.feature
netzke-basepack-0.7.6 test/basepack_test_app/features/search_in_grid.feature
netzke-basepack-0.7.5 test/basepack_test_app/features/search_in_grid.feature