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
Matt Rogers
b387b27f4a
Show deferred actions on the project listing and sidebar
...
If a project does not have any active actions, then it will now display
that it has x number of deferred actions.
Fixes #1084
2011-10-20 21:05:57 -05:00
Matt Rogers
fe5af255cd
Remove a wip tag from a passing scenario
...
The scenario is passing when the tests are run so there's no reason to
mark it as a work in progress
2011-10-20 12:12:49 -05:00
Matt Rogers
4d5a40c376
Add features for listing projects on the projects page
...
The features cover listing a project the following data:
- n active actions and m deferred actions
- n active actions and 0 deferred actions
- 0 active actions and m deferred actions
- 0 active actions and 0 deferred actions
2011-10-20 12:09:00 -05:00
Stefan Richter
d03928ef4c
making cryptography stuff in user public
2011-10-10 22:31:51 +02:00
Stefan Richter
896e496f83
FIx failing test due to refactoring of code
2011-10-09 16:48:18 +02:00
Reinier Balt
033b4daf9a
fix #742 . The tests were already there for some time
2011-09-28 23:28:36 +02:00
Reinier Balt
bed46847b3
make todos editable on the search page. Fix #716 .
2011-09-16 12:39:44 +02:00
sfischme
ac98737176
first version of review view
2011-09-16 23:34:09 -04:00
Reinier Balt
2563532022
implement new scenarios that were pending from the selenium-on-rails removal and fix a bug it uncovered
2011-09-14 20:50:21 +02:00
Reinier Balt
5a168beef9
fix failing tests because of newer acts_as_list gem
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-14 13:49:06 +02:00
Reinier Balt
d9db33bc0d
fix #990 by moving rsel scripts to cucumber and removing selenium-on-rails plugin
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-14 11:29:50 +02:00
Reinier Balt
4927f39594
fix some regressions caused by the newer acts_as_list gem
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-13 11:15:14 +02:00
Reinier Balt
cdff38995c
add tests for toggling visibility of collapsed contexts
2011-09-10 00:51:39 +02:00