Sha256: 19f7a6c993545fa7284d2e3994712ee1a6d5fb9113deb0d344e52e4a0e2fdc4d
Contents?: true
Size: 605 Bytes
Versions: 7
Compression:
Stored size: 605 Bytes
Contents
Feature: Grid panel with custom primary key In order to value As a role I want feature # @javascript # Scenario: Inline editing # Given a book exists with title: "Book you are to write" # When I go to the BookWithCustomPrimaryKeyGrid test page # And I edit row 1 of the grid with title: "My fight club" # And I press "Apply" # And I wait for the response from the server # Then the grid should have 0 modified records # And a book_with_custom_primary_key should exist with title: "My fight club" # But a book should not exist with title: "Book you are to write"
Version data entries
7 entries across 7 versions & 1 rubygems