Commit graph

215 commits

Author SHA1 Message Date
Michael Witrant
7bcd539c3b force english prefered language in firefox test profile 2012-07-22 10:45:02 +02:00
Reinier Balt
6e1ad5e200 fix small timing issue 2012-07-15 20:11:07 +02:00
Reinier Balt
e03c521314 fix regressions in cucumber tests. Add basis test for notes page 2012-07-12 23:33:36 +02:00
Reinier Balt
48cc8740cb fix #1303. Adding test for it. 2012-07-11 16:25:24 +02:00
Reinier Balt
d6e66fa517 fix failing cucumber tests
fix data export view
fix mentions of tag on tag page 
fix autocomplete for tags
2012-07-11 15:35:21 +02:00
tim madden
51da342cdc harmonizing todo_tag_list and tag_list, using just the shorter tag_list 2012-06-27 13:56:56 -05:00
Reinier Balt
aa518e252c fix and wip some features 2012-05-18 17:12:32 +02:00
Reinier Balt
5e477a4d25 first pass of all tests done 2012-05-18 15:33:47 +02:00
Reinier Balt
ecb0ff5bf7 get features of recurring_todos to pass 2012-05-12 15:37:13 +02:00
Reinier Balt
005723cb4f get login, mobile and notes features passing 2012-05-12 13:37:36 +02:00
Reinier Balt
28b7df87a8 get edit a todo to pass 2012-05-01 17:25:45 +02:00
Reinier Balt
7bce774daa get context list scenario passing 2012-05-01 09:39:53 +02:00
Reinier Balt
c9d64e6f4b get the first cucumber feature running: calendar 2012-04-30 13:56:42 +02:00
Reinier Balt
8d6b9b5dbd fix regressions 2012-04-04 20:04:08 +02:00
Reinier Balt
2aef2b5622 fix regression for editing project settings from project page 2012-04-03 13:41:09 +02:00
Reinier Balt
af10e74017 fix #1242 by fixing all the routing from the review button 2012-03-29 16:05:17 +02:00
Reinier Balt
163389d914 fix an undefined cucumber step 2012-03-24 10:01:17 +01:00
Reinier Balt
7435b1ba93 Update and add scenario's for testing interaction with new deferred container on context page and fix regressions 2012-03-23 20:39:04 +01:00
Reinier Balt
e1c0ff0683 fix timing issue in cucumber step and fix regression in adding multiple todos 2012-03-22 16:10:37 +01:00
Reinier Balt
a3d3537da7 add check that will wait for elements to load before asserting presence 2012-03-21 19:33:06 +01:00
Reinier Balt
dea8734498 fix #1256 by changing the layout of the context view to match the project view 2012-03-21 18:09:20 +01:00
Reinier Balt
f9232a7e9d forgot to remove @wip from last commit 2012-03-19 20:28:13 +01:00
Reinier Balt
b37dcdf767 add scenario for #1240 2012-03-19 20:27:07 +01:00
Reinier Balt
50741162af fix #1230 by adding a scenario that uses the command line script to add todos to Tracks like a template 2012-03-19 16:00:48 +01:00
Reinier Balt
ca7d81d75a Fix regressions and refactorings 2012-03-19 14:06:35 +01:00
Reinier Balt
41ebd2ec9b migrate tickler, tagging, toggle context and done. This finishes the first migration pass 2012-03-19 14:06:35 +01:00
Reinier Balt
1236b5985c migrate search and add new todo scenario's 2012-03-19 14:06:34 +01:00
Reinier Balt
cbe372cba0 migrate preferences, project_* and recurring todo features 2012-03-19 14:06:34 +01:00
Reinier Balt
d528a87cee migrate feedlist, user password, loggin in, manage users, mobile_* and notes manage 2012-03-19 14:06:34 +01:00
Reinier Balt
d8b5c7d0d2 cleanup old selenium initializer stuff and migrate edit_a_todo 2012-03-19 14:06:33 +01:00
Reinier Balt
d193e21ee0 migrate dependencies and admin feature 2012-03-19 14:06:33 +01:00
Reinier Balt
c8ab797924 finish drag and drop for context list. Works even for webkit :-) 2012-03-19 14:06:32 +01:00
Reinier Balt
4a8fdbabc2 migrate context and context_list features. Drag and drop is still WIP 2012-03-19 14:06:32 +01:00
Reinier Balt
de309c8ee8 migrate calendar feature 2012-03-19 14:06:31 +01:00
Reinier Balt
75f2afc2e1 migrate logging_in 2012-03-19 14:06:31 +01:00
Reinier Balt
b874b49336 update cucumber config for capybara 2012-03-19 14:06:30 +01:00
Tim Madden
883296e70e test for tags prepop 2012-03-01 12:26:29 -06:00
Sebastian Fischmeister
37ded2a7f8 Fix: the context view doesn't show pending or due todos 2012-02-20 21:56:36 -05:00
Sebastian Fischmeister
d14a2a808d cucumber tests for the review mode 2012-01-30 09:56:58 -05:00
Matt Rogers
27fb483485 Fix the failing mobile test after the updates
The editing an action of the mobile page scenario failed because of the
changes to the layout made by Tim Madden.
2012-01-13 21:28:32 -06:00
Matt Rogers
99707d7a69 fix this test.
the todo comparisons are case-sensitive.
2012-01-13 21:28:32 -06:00
tim madden
e9277676b2 updates to tests for changes to mobile interface
Updated mobile_add_action.feature with new navigation text
  Updated modile_edit_a_todo.feature to not look for removed 'done' checkbox in
  the edit form, but to use the previously created "mark complete" button.
  Added completed_container to mobile_actions so the test could find the
  completed todo that is no longer not visible
2011-12-20 10:35:21 -06:00
Matt Rogers
00e9cab309 The test is no longer a work in progress 2011-12-12 21:56:27 -06:00
Matt Rogers
c1e489a70e Fix up the step definitions so the test passes 2011-12-12 21:56:27 -06:00
Matt Rogers
b5c792ce83 Add step definitions for testing double project name editing
Some steps are still pending though.
2011-12-12 21:56:27 -06:00
Matt Rogers
3f64fc1bed Add a feature to prevent project editing in two places at once
Still marked as wip for the moment. Will unmark it after it passes.
2011-12-12 21:56:27 -06:00
Reinier Balt
eb2f071c80 fix #1114. also update locales for last merges/commits 2011-11-18 11:43:06 +01:00
Reinier Balt
cda75a0cc1 fix regression where viewing a page for a single tag (like starred) did not work
and fix some test warnings/errors
2011-10-31 14:39:52 +01:00
Reinier Balt
29e1de8ef2 fix failing selenium tests 2011-10-28 20:51:02 +02:00
Matt Rogers
98a69a5236 Merge pull request #45 from mattr-/show-deferred-if-no-active-actions
Show deferred actions if there are no active actions for project. This will be seen in the project listing and in the sidebar
2011-10-21 09:36:11 -07:00