Dan Rice
5173f94993
Condense "Admin", "Help", and "Logout" into a single "Options" menu
2016-05-15 22:37:03 -04:00
Matt Rogers
91849c5316
Merge pull request #1995 from dnrce/selenium-scrolling
...
Selenium: scroll elements to bottom instead of top
2016-02-16 09:08:55 -06:00
Dan Rice
6d1432e832
Selenium: scroll elements to bottom instead of top
...
This prevents UI elements from being hidden by the top navbar.
2016-02-16 00:12:06 -05:00
Dan Rice
24b16ea8dd
Fix cucumber drag-and-drop failures
2016-02-16 00:09:49 -05:00
Dan Rice
9419e94a53
Fix cucumber failures related to jQuery UI changes
...
Ref #1975
2016-02-16 00:09:44 -05:00
Matt Rogers
37c61fa60a
Update the login cucumber steps to match the new UI
...
Removes the colon for the checkbox label since the position of the
checkbox and the text on the UI has changed.
2015-12-15 20:02:53 -06:00
Matt Rogers
42961e9701
Isolate the links to click within the view menu dropdown
2015-12-02 12:42:30 -06:00
Matteo Giaccone
357c281b9d
Add page refresh to fix feature tests
2015-12-02 12:42:18 -06:00
Matteo Giaccone
e60c25f8a2
Port top navigation bar to Bootstrap
2015-12-02 12:42:18 -06:00
Matteo Giaccone
336f19c4fe
Default project should be empty
2015-08-13 21:58:03 +01:00
Matt Rogers
f393afb69f
Merge branch '2.3_branch'
...
This brings the master branch up to date with the 2.3 release branch
2015-08-07 20:27:14 -04:00
Matt Rogers
9089e15788
Merge pull request #1885 from C-Otto/tracks-1789
...
(2.3) Update project name and context name in 'new action' form
2015-08-07 20:08:18 -04:00
Matt Rogers
efbf881742
Merge pull request #1872 from C-Otto/create-reviewed-2.3
...
(2.3) create projects as reviewed at creation time
2015-08-07 19:59:57 -04:00
Carsten Otto
ff27f769e9
swap expected/actual
2015-06-15 09:47:49 +02:00
Carsten Otto
e5294f070f
improve grammar in test
2015-06-15 09:47:49 +02:00
Dan Rice
8dd4970b0c
Merge branch '2.3_branch'
2015-06-14 18:20:08 -04:00
Carsten Otto
426b0fca20
also update default_context_name
...
New actions are created with the context as defined in
default_context_name. This value needs to be updated as shown in #1789 .
2015-05-25 11:57:10 +02:00
Carsten Otto
6014ce7a6f
create projects as reviewed at creation time
...
Fixes #1788
2015-05-22 23:12:45 +02:00
Carsten Otto
04fdf8c620
add test for #1804 and #1836
2015-05-22 23:03:12 +02:00
Carsten Otto
131053fc1f
cleanup test
2015-05-22 23:02:32 +02:00
Carsten Otto
f8f7762b94
also update default_project_name
...
New actions are created with the project as defined in
default_project_name. This value needs to be updated as shown in #1789 .
2015-05-22 20:55:34 +02:00
Carsten Otto
ae4ce272ff
update form with new context name
2015-05-22 20:55:34 +02:00
Dan Rice
7d7c3550f8
Convert a .should expectation to expect()
2015-04-15 09:58:30 -04:00
Carsten Otto
aa14a8e802
Sort by 'show_from' in tickler
2015-04-13 16:25:44 +02:00
Carsten Otto
700305055f
Add step definitions to create deferred actions
2015-04-13 16:25:34 +02:00
Reinier Balt
55e28d90a9
Merge pull request #1805 from C-Otto/tracks-1727
...
Sort deferred actions by "show from" in tickler, #1727
2015-04-13 16:24:17 +02:00
Reinier Balt
23a36ca22d
Merge pull request #1816 from C-Otto/cucumber-fix
...
Fix cucumber test: select first menu
2015-04-13 16:21:17 +02:00
Carsten Otto
f3c36e6e04
Fix typo
2015-04-13 14:39:05 +02:00
Carsten Otto
eb1012f1f2
typo
2015-04-13 14:38:27 +02:00
Carsten Otto
1ed137afa9
Sort by 'show_from' in tickler
2015-04-12 23:24:00 +02:00
Carsten Otto
bf8b118ebf
Add step definitions to create deferred actions
2015-04-12 23:24:00 +02:00
Carsten Otto
58fc98887e
Fix typo
2015-04-12 23:10:48 +02:00
Carsten Otto
a23011c88b
select first menu
...
in 'Scenario: Deleting a todo will remove it from the calendar'
there may be two menus if the test is run on the last day of
the month
2015-04-12 22:11:22 +02:00
Carsten Otto
e1ab067dbb
typo
2015-04-04 18:10:18 +02:00
Carsten Otto
dfe8735c0d
rename repeating -> recurring, repeat -> recurrence
2015-02-10 16:25:27 +01:00
Carsten Otto
705f307bfb
fix typos
2015-02-09 23:24:19 +01:00
Dan Rice
70191af76b
Merge branch '2.3_branch' into master
2015-01-02 21:25:34 -05:00
Matteo Giaccone
177971a70e
Remove applescript integration. Closes #1723
2015-01-02 21:12:32 +00:00
Dan Rice
ea0d40060a
Remove support for deprecated password-hashing algorithm
...
* Remove all methods implementing and checking for the old algorithm
* Document a pre-upgrade step to check for remaining obsolete passwords
* Remove config.salt
2014-11-15 10:28:29 -05:00
Dan Rice
36ded17f9b
In tests, activate menus by JS instead of click
2014-09-10 01:08:19 -04:00
Dan Rice
4830cc028a
Clean up manual timeouts in feature tests
2014-09-10 01:08:08 -04:00
Reinier Balt
2757c88c0b
Revert "add some sleep timers to hopefully fix the travis failures"
...
this did not work
This reverts commit 420c80911b .
2014-08-13 16:46:13 +02:00
Reinier Balt
420c80911b
add some sleep timers to hopefully fix the travis failures
2014-08-13 16:12:31 +02:00
Reinier Balt
6191cce4c7
small refactorings of generated javascripts
2014-08-13 15:33:32 +02:00
Reinier Balt
9a69b170fe
increate wait time on cli test
...
and re-enable the test
2014-07-03 20:58:18 +02:00
Reinier Balt
8955480e62
fix lint warnings for tracks.js - first pass
...
found on codeclimate. this is the first pass
2014-06-26 14:49:25 +02:00
Dan Rice
14ed010f7c
Replace remaining RSpec 'should' with 'expect'
2014-06-25 17:44:24 -04:00
Dan Rice
d334093adb
Replace remaining RSpec 'should' with 'expect'
2014-06-25 17:27:33 -04:00
Dan Rice
c19af5b982
Replace be_true and be_false expectations
...
Removed in RSpec 3.0
2014-06-25 17:10:27 -04:00
Dan Rice
e84f239428
Mark CLI feature tests as WIP
...
The tests need to be improved to eliminate intermittent failures
2014-06-19 17:50:09 -04:00