Sha256: ffca5ebadcbc5554672e3e35d60d0250087b1eecfd0a900f5ee16b0fa915d80f
Contents?: true
Size: 641 Bytes
Versions: 5
Compression:
Stored size: 641 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_with_custom_primary_key exists with title: "Book you are to write" When I go to the BookWithCustomPrimaryKeyGrid test page And I wait for response from server And I edit row 1 of the grid with title: "My fight club" And I press "Apply" And I wait for response from 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
5 entries across 5 versions & 1 rubygems