Commit Graph

52 Commits (96dd9c77ca753065a0fc7295b3475f53e8cc791a)

Author SHA1 Message Date
Christian Rijke 257f6e4400 Add time_entry cucumber tests. 12 years ago
Jens Ulferts 1a79f89428 changes issue genertion step to factory_girl 12 years ago
Jens Ulferts d2a411e9e9 adds a step for using the action menu 12 years ago
Jens Ulferts 0eb233d4cd removes cuke step conflicting with within 12 years ago
Philipp Tessenow 55cc198595 add cuke for creating new board message 12 years ago
Philipp Tessenow 09a51050e4 added cukes for displaying and removing issue attachments 12 years ago
Sebastian Schuster 47a0214381 Removed the rake db:test:prepare tasks as cucumber automatically 12 years ago
Sebastian Schuster 41689afd5d Removed Capybara::TimeoutError as it no longer exists 12 years ago
Michael Frister 30454d2b1e Remove wait_for_page_load, wait_until is immoral 12 years ago
Michael Frister c695816370 Cukes: Remove wait_until from localization step 12 years ago
Michael Frister 9a82d25cf2 Cukes: Fix 'I click on' step definition 12 years ago
Sebastian Schuster 8da4983124 Removed fixture loading from cucumber general step 12 years ago
Michael Frister 84c10ca077 Fix i18n step 'improvement' from c1689a187a 12 years ago
Michael Frister c1689a187a Custom field cukes: Improve i18n step 12 years ago
Michael Frister c2cef99157 Attempt to fix custom_fields cukes 12 years ago
Michael Frister 5c3c69b4a5 Attempt to fix cuke 'Deleting a localized name' 12 years ago
Michael Frister d26e45a4d6 Fix custom fields cukes when using standard capybara find 12 years ago
Philipp Tessenow c144f25847 use rack_session_access gem to fake the user session within cucumber steps 12 years ago
Martin Linkhorst 6896722c6d fix group cukes 12 years ago
Philipp Tessenow 787e39ed95 remove explicit waits in cucumber steps 12 years ago
Michael Frister 9fc8b81bb6 Don't overwrite Capybara's find 12 years ago
Michael Frister 3344d71de7 Fix feature issue textile quickinfo links 12 years ago
Philipp Tessenow 68e10049aa refactor a horrible wait out of the ajax step into its own cucumber step 12 years ago
Philipp Tessenow 9a0b642e98 wait a little between AJAX steps 12 years ago
Philipp Tessenow 4dac8b107c make 'Given the user 'Foo' is a 'Bar'' step less ambiguous 12 years ago
Philipp Tessenow d950cba238 only test for hQuery ajax calls when jQuery is ready (in cucumber web steps) 12 years ago
Martin Linkhorst e977d574b1 make the issue list sums cukes pass 12 years ago
Philipp Tessenow 639a236342 in case the cukes dont find something, give it more retries and wait a little longer 12 years ago
Philipp Tessenow df46873ced Revert "repair custom_field cuke" 12 years ago
Philipp Tessenow 3725ff47e4 Revert "fix a cucumber web_step" 12 years ago
Martin Linkhorst 48e965a1fb checking inside multiple .member elements will fail with an ambiguous match error. don't know how to get around this other than widening the scope to the first single parent element, which should be fine anyway. 12 years ago
Martin Linkhorst 35072bd4cf REVIEW: for some reason there is some kind of race condition: principal.members.first returns nil although there are members. but when you breakpoint into it, call it manually, then it will have the correct value. (maybe because we call it a little later..) a short sleep fixes it, but this should be investigated in the future. 12 years ago
Martin Linkhorst 0bf1785c83 fix features by clearing out the database 12 years ago
Philipp Tessenow 6e0d0cdc99 fix a cucumber web_step 12 years ago
Philipp Tessenow bae697185d repair custom_field cuke 12 years ago
Hagen Schink a1c2e370de Remove swap file 12 years ago
Hagen Schink 5fda71da69 Add web setp for user preferences 12 years ago
Hagen Schink ce934a66b4 Adapt node find to Capybara API change 12 years ago
Hagen Schink d30ca88168 Replaced deprecated step call 12 years ago
Martin Linkhorst 109f6ee53b directly implement the login steps with capybara as recommended somewhere... 12 years ago
Martin Linkhorst a144b41cc6 add a step that clicks the first button matched. this was actually capybara's old behavior and some features depend on that 12 years ago
Martin Linkhorst c07c434eb5 fix even more features by making steps unambiguous and cleaning the database before 12 years ago
Martin Linkhorst 747ccbe4c9 lass die gurke rennen... 12 years ago
Martin Linkhorst 784f9246cf let's use pry! 12 years ago
Martin Linkhorst 82cf022528 .suclasses already returns constants 12 years ago
Martin Linkhorst 52837e9a46 this enabled Factory.add_to functions and also loads factories from plugins. the former should be added when needed and maybe rewritten. the latter is done by engines. 12 years ago
Martin Linkhorst af5109372c add step definitions from coretests plugin as of revision 2f2aff7 on github remote (merge group steps into existing step definitions for groups) 12 years ago
Martin Linkhorst 12017dc2d2 add step_definitions from chiliproject_cucumber as of revision 648a300 on github remote 12 years ago