corner_stones icon indicating copy to clipboard operation
corner_stones copied to clipboard

capybara building blocks for acceptance tests.

Results 8 corner_stones issues
Sort by recently updated
recently updated
newest added

@senny i've got a little question about the handling of colspans in corner_stones: at the moment a cell with colspan is handled like a normal cell without colspan e.g.: ```...

wouldn't it be better to use the existing functionality of rails than using a new css-class to find the link which is used to delete a record? so you could...

In our forms we have a bunch of special autocompletion fields which do not conform with the implementation for the standard autocompletion field. So corner_stones doesn't work with them. It...

@feature

Currently the `UnknownFieldError` is raised under different circumstances. The name suggests, that the field was found but corner_stones does not know how to handle it: `don't know how to fill...

@bug

Currently `form#attributes` returns the full label text, which includes the "*" for required fields. This makes writing tests much harder since the field-names change when validations change. Our required text...

@feature

Whats the proper usefull handling of Radio Buttons?

we need an extension for a table to allow pagination. The interface could look something like: - `next_page` navigate to the next page - `previous_page` navigate to the previous page...

@feature

we need an object to represent a page navigation. It should support the following protocol: - `open` navigate to the page - `items` list of all the possible navigation links

@feature