Sha256: f9a450a9606e855bfe1cc5828c9b4fa88a9420948a1d4e87f7929b0457f299bb

Contents?: true

Size: 558 Bytes

Versions: 11

Compression:

Stored size: 558 Bytes

Contents

Feature: Window component loader
  In order to value
  As a role
  I want feature

  @javascript
  Scenario: Creating an author on the fly with BookGridWithVirtualAttributes
    Given an author exists with first_name: "Victor"
    And a book exists with author: that author, title: "Lolita"
    And I am on the BookGridWithVirtualAttributes test page
    Then I should see "Victor"

    When I edit row 1 of the grid with author__first_name: "Vladimir"
    And I press "Apply"
    And I wait for the response from the server
    Then I should see "Vladimir"

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
netzke-basepack-0.7.7 test/basepack_test_app/features/virtual_attributes.feature
netzke-basepack-zh-0.7.6 test/basepack_test_app/features/virtual_attributes.feature
netzke-basepack-0.7.6 test/basepack_test_app/features/virtual_attributes.feature
netzke-basepack-0.7.5 test/basepack_test_app/features/virtual_attributes.feature
netzke-basepack-0.7.4 test/basepack_test_app/features/virtual_attributes.feature
netzke-basepack-0.7.3 test/basepack_test_app/features/virtual_attributes.feature
netzke-basepack-0.7.2 test/basepack_test_app/features/virtual_attributes.feature
netzke-basepack-0.7.1 test/basepack_test_app/features/virtual_attributes.feature
netzke-basepack-0.6.5 test/rails_app/features/virtual_attributes.feature
netzke-basepack-0.7.0 test/rails_app/features/virtual_attributes.feature
netzke-basepack-0.6.4 features/virtual_attributes.feature