Fabian Rodriguez
e9af8d55af
reorganize cukes into desktop and mobile folders
2013-08-27 10:59:44 -03:00
Jonne Haß
300752fc87
bump capybara
...
* removed wait_until where possible
* replaced wait_until with DOM obersavtions
* added match: :first to all finders that assumed getting the first element
* replaced evaluate_script with execute_script where possible
* replaced a few execute_script with DOM observations through Capybara
* removed sleep where possible
* replaced sleep with DOM obersvations
* replaced "wait for ajax" with DOM obersavations
* replaced alert confirmation with new selenium API
* bump selenium webdriver
* made any other fixes to get green again
2013-07-31 01:47:23 +02:00
Devendra
8325882ea2
Changing cucumber steps to use tabular form where possible
2012-08-22 23:22:10 +05:30
Devendra
94fadaebcb
Changing all statements of form "I fill in " to tabular form, helps when there are multiple such statements consecutively. Changed single statements also for clarity and uniformity
2012-08-21 16:41:06 +05:30
Florian Staudacher
c9fa88a1de
fix cuke unhappiness I introduced with #3088
2012-04-03 01:13:44 +02:00
Dennis Collinson
9550082a94
fix notification cuke
2012-03-27 16:07:42 -07:00
danielgrippi
32f93a0391
you can now follow / unfollow a post from the stream; fixed cukes.
2012-02-13 19:13:43 -08:00
Maxwell Salzberg
c7d422c338
fix cukes
2012-02-01 15:12:18 -08:00
Sarah Mei
0bb6ff99c9
Fix commenting in notification feature
2012-01-27 19:56:40 -08:00
danielgrippi
933299e31c
added translations to templates; mock out the locale file in jasmine
2012-01-07 14:23:28 -08:00
danielgrippi
aac97303ce
removed duplicate line in a feature [ci skip]
2011-12-20 12:59:15 -08:00
danielgrippi
4ae0dcec43
fix notifications cucumber features
2011-12-20 12:30:29 -08:00
Sarah Mei
78f4758d6d
Collapsing some cucumber features to save time. Removing features that should be tested elsewhere in the stack.
2011-12-11 15:08:43 -08:00
danielgrippi
93c70f0649
one cuke failing in changes_password.feature
2011-10-23 19:05:31 -07:00
Gonzalo Rodriguez
68b33742a4
Add two cuke scenarios to notifications.feature:
...
* Someone comments on your post
* Someone mentioned you in a post
2011-10-23 18:19:54 -02:00
Gonzalo Rodriguez
c8bc7349ad
Fix notifications cuke
2011-10-09 01:48:59 -02:00
Sarah Mei
8188816b1b
Remove more ordering assumptions - this time in the ordering of aspects in the dropdown. Are we there yet?
2011-09-05 20:29:11 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
8c9a585337
reshares now have notifications, slight refactor of the notification helper
2011-08-25 17:16:09 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
e45278a043
notification for reshares WIP
2011-08-25 17:16:09 -07:00
Sarah Mei
92a0b568c3
Refactor notifications.feature - we were testing the same thing with two different scenarios.
2011-07-31 14:28:21 -07:00
Raphael Sofaer
7aefe37de8
Reenable notifications feature, don't use javascript in step definitions if you can avoid it?
2011-07-04 15:38:15 -07:00
danielgrippi
1cd3ef4971
comment out a notifications feature for now that seems to break cucumber. what it's testing is kind of already asserted in the previous feature. thoughts?
2011-07-04 01:58:47 -07:00
Dan Hansen
05688c2f43
notifications wip
2011-07-01 22:46:54 -07:00
danielgrippi
60a60733df
Merge branch 'master' into follow
...
Conflicts:
app/controllers/aspects_controller.rb
app/controllers/contacts_controller.rb
app/controllers/people_controller.rb
app/controllers/photos_controller.rb
app/controllers/tags_controller.rb
app/helpers/notifications_helper.rb
app/models/notifications/new_request.rb
app/models/user_preference.rb
public/javascripts/view.js
spec/controllers/aspects_controller_spec.rb
spec/controllers/contacts_controller_spec.rb
spec/controllers/home_controller_spec.rb
spec/controllers/post_visibilities_controller_spec.rb
spec/controllers/requests_controller_spec.rb
spec/mailers/notifier_spec.rb
spec/models/user_spec.rb
2011-05-12 15:49:51 -07:00
danielgrippi
2e5b5e1efe
request notification emails -> started sharing notification emails
2011-04-06 13:21:15 -07:00
Dan Goldenberg
2567a9441e
Added notification.feature
2011-01-31 18:42:34 -08:00