Jonne Haß
eeec0eafe5
Don't rely on the hover to work when deleting a comment in a cuke
...
Also reuse comment step for comment deletion cuke.
This effectively masks failures of the comment deletion cuke
until we find a real solution.
2014-01-26 00:14:35 +01:00
Steffen van Bergerem
20e1626453
add permalinks for comments
2014-01-17 22:11:17 +01:00
Florian Staudacher
1924c40d38
replace vendored backbone.js/underscore.js with 'backbone-on-rails' gem
...
- updates underscore to 1.5.2 and backbone to 1.1.0
backbone had some breaking changes:
- fix url/urlRoot handling in models & collections
- options are no longer attached to the view by default
- collections reset when 'fetch' is called, tell it to keep the existing
models
other changes:
- fix some events triggering multiple times in connection with deleting
a model
- use document fragments instead of an element array for stream entries
- adapt jasmine and cucumber specs to the changed code
* no longer test the backbone router as part of our code
* jasmine factory already returns model instances, no need to wrap
that again
2014-01-16 23:23:30 +01:00
goobertron
29a98ddc29
Remove duplicate test steps
2014-01-13 18:47:47 +00:00
goobertron
706b11b14d
Now with passing Cucumber tests
2014-01-13 18:14:43 +00:00
Steffen van Bergerem
55b967caf9
remove participants popover + improve conversations menu
2014-01-01 21:58:56 +01:00
flaburgan
6aced29bb6
Add expand the publisher test
2013-12-13 17:55:33 +01:00
Florian Staudacher
e614562470
avoid publishing empty posts ( fixes #4401 )
...
invalidate empty posts when created by a local user
add changelog entry
2013-09-24 21:57:22 +02:00
Fabian Rodriguez
9d5d0aaf73
remove repeated step and stop using the publisher to create posts when is not necessary
2013-09-14 13:46:41 -03:00
Fabian Rodriguez
7b65fdf77c
add missing shoulds
2013-09-14 13:46:41 -03:00
Florian Staudacher
5ff05139a3
fix failing cuke - blocking from profile page
2013-09-04 14:47:28 +02:00
Colin Dean
a4ce4404ff
change bitcoin_wallet_id to bitcoin_address
...
It is better to call it an address than a wallet ID, because the latter may
confuse Bitcoin users who conflate the two. They are not the same.
Also adds convenience method to handle the deprecated variable.
2013-08-31 20:16:23 -04:00
Nils Vogels
a3f3bcf6ef
Adjusting the description of the 404 message, in order to avoid having
...
to specify why users got a 404, and possibly leaking information while doing this
See discussion in #3717 for rationale on not implementing specific HTTP codes
This solves around #3717 and #3728
Adjusting travis breakage
2013-08-30 14:42:19 +02:00
Fabian Rodriguez
261ac786c1
avoid use :visible option in capybara finders
2013-08-27 10:59:44 -03:00
Fabian Rodriguez
cdfdf37a17
use #hover instead of execute_script hacks
2013-08-27 10:59:44 -03:00
Fabian Rodriguez
d489dfc8e3
remove unused steps
2013-08-27 10:59:43 -03:00
Fabian Rodriguez
c69853e0cf
replace asserts with rspec equivalents
2013-08-27 10:59:43 -03:00
Steffen van Bergerem
7fe972555a
profile message and mention icons
2013-08-21 23:05:42 +02:00
Jonne Haß
a1f4c4b1d0
wild shot at stabilizing features/aspect_navigation.feature:18 by making sure all aspects are deselected after deselecting all aspects
2013-08-18 12:05:05 +02:00
movilla
152c08963a
fix mobile search tags
2013-08-12 16:01:26 +02:00
Bender Bending Rodríguez
7086055f4e
Bitcoin donations
2013-08-11 15:31:05 +02:00
Jonne Haß
45e4817a58
expect the ajax request updating the profile name in features/signs_up.feature
2013-08-11 11:20:29 +02:00
Jonne Haß
bf9996b25d
lets see if page.should have_no_css actually waits for the element to disappear
2013-08-11 10:06:42 +02:00
Steffen van Bergerem
8a8fb10b18
auto expand post preview
2013-08-06 20:48:27 +02:00
flaburgan
ac533f8383
Refactor the left bar side menu, improve tag autosuggestion design, close #4271
2013-08-06 18:30:24 +02:00
Jonne Haß
274faebdd1
another attempt at stabilizing features/signs_up.feature
2013-08-04 17:01:12 +02:00
Jonne Haß
5026eccc6a
Refactor and reorder backbone app initialization, fixes hovercards
...
Also added cucumber feature for hovercards
2013-08-01 12:52:16 +02:00
Jonne Haß
3ae2d2e43c
stabilize features/signs_up.feature
2013-07-31 17:00:13 +02: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
Florian Staudacher
653f7566df
fix failing conversations cuke
2013-06-05 01:07:05 +02:00
Juan Azambuja
3f3fe3ecc7
Add participants preview con conversations
2013-06-01 12:14:16 -03:00
Steffen van Bergerem
63040bb8cc
fix mentions at the end of a post
2013-05-17 19:27:08 +02:00
Juan Manuel Azambuja
de7044c602
Fix select & deselect all aspects check image
2013-04-21 21:38:03 -03:00
Steffen van Bergerem
6e724fc1d4
preview posts in stream
2013-04-07 17:43:27 +02:00
Dennis Schubert
f3b7d57b3a
Merge pull request #3993 from MrZYX/sidekiq
...
Sidekiq (+ some cleanup)
2013-04-03 15:19:15 -07:00
Steffen van Bergerem
a693a0970b
added hotkeys to navigate in stream
2013-04-02 19:24:20 +02:00
Jonne Haß
3fc3b249e7
End the require mess
...
* Rename and reorganize post fetcher to fix autoloading, also let it use
Faradays default connection so we get nice redirects
* Add initializer to load libs at a central place
* added lib dir to autoload_once paths to increase thread safety
* Moved lib/exceptions.rb to lib/diaspora/ to conform namespacing
2013-03-21 23:37:53 +01:00
movilla
3990bebcf4
Fix mobile view of deleted reshares
2013-03-18 16:52:37 +01:00
Jonne Haß
8f6ae75423
Merge pull request #4039 from marpo60/diaspora_with_sprites
...
Add Sprites to Diaspora!
2013-03-15 09:44:27 -07:00
Fabián Rodríguez
0a3e242e79
fix reshares in single post-view
2013-03-11 22:45:25 -03:00
Juan Manuel Azambuja
1115e10536
Merge branch 'develop' into diaspora_with_sprites
...
Conflicts:
Gemfile
Gemfile.lock
app/assets/stylesheets/application.css.sass
app/assets/templates/comment_tpl.jst.hbs
app/assets/templates/stream-element_tpl.jst.hbs
app/helpers/aspects_helper.rb
app/helpers/contacts_helper.rb
app/views/aspects/_aspect_listings.haml
app/views/aspects/toggle_contact_visibility.js.erb
app/views/contacts/_aspect_listings.haml
app/views/layouts/_header.html.haml
app/views/shared/_footer.html.haml
app/views/tags/_followed_tags_listings.haml
2013-03-11 20:10:55 -03:00
Juan Manuel Azambuja
f429cacd7a
[Sprites] add sprites for icon images
2013-03-11 19:26:11 -03:00
movilla
7a8269ebf3
* Add test for mobile page: Edit profile mobile, Conversations mobile, Getting Started mobile
...
* Complete the existing: Post mobile.
* Complete some test for no mobile: Edit profile, Post main.
* Fix little error css and js mobile.
* Add file-upload-custom javascripts to mobile.js.
2013-03-10 15:02:18 +01:00
movilla
76b1e9b0dc
Add the ability to upload photos from the mobile site
2013-02-26 23:25:58 +01:00
Asphyxia
389e93a3ae
Stream form on profile page
2013-01-31 00:15:27 -03:00
Asphyxia
c0dd888e61
Issue #3832 : Logged-out users stream options
2013-01-18 15:10:13 -03:00
Florian Staudacher
ff173e233c
add cucumber feature for taking screenshots of important pages
...
- for before/after comparisons,
including rake tasks for easily generating the images from command line
2012-12-17 20:25:34 +01:00
David McMullin
f290bcf169
add tests so it doesn't break again
2012-11-25 17:38:19 +00:00
Fabián Rodríguez
40f5314184
adds password_confirmation field to registration page
2012-10-11 19:45:52 -02:00
Jonne Haß
2a4db54db9
New configuration system
...
* Throw away old system
* Add new system
* Add new example files
* Replace all calls
* add the most important docs
* Add Specs
* rename disable_ssl_requirement to require_ssl
* cloudfiles isn't used/called in our code
* since community_spotlight.list is only used as enable flag replace it with such one and remove all legacy and irelevant codepaths around it
* die if session secret is unset and on heroku
* First basic infrastructure for version information
2012-09-26 20:19:37 +02:00
Florian Staudacher
452de1b866
fix remaining cukes and some cleanup
2012-09-17 20:35:38 +02:00
Jonne Haß
58d1448085
update factory girl
2012-09-12 13:24:23 +02:00
Jonne Haß
7ec2f8f419
finish beta striping
...
A lot of cleanup is still needed, refactoring the CSS to be consistent, removing all sorts of unused stuff etc
2012-09-12 07:51:19 +02:00
Jonne Haß
ab0ad630df
strip last beta leftovers and fix syntax errors, travis is kinda down, lets hope nothing breaks while I sleep
2012-09-12 05:48:12 +02:00
Devendra
8325882ea2
Changing cucumber steps to use tabular form where possible
2012-08-22 23:22:10 +05:30
Devendra
3d21e89b3b
Adding step definitions to facilitate merging of multiple consecutive "I (should|should not) see " clauses on single statement, adding one example as well
2012-08-09 16:00:39 +05:30
Devendra
7c4c11f8d6
Refactored cucumber features, steps, and support helpers for change password feature
2012-08-07 21:23:20 +05:30
Florian Staudacher
038599bf8f
update jquery.mentionsInput to latest version
...
+ make some tests a little nicer
2012-07-10 20:37:57 +02:00
Florian Staudacher
994bfd4a24
fix client-side validations in registration form + test
2012-06-18 18:57:44 +02:00
Florian Staudacher
b184415c19
cleanup session cukes
2012-06-15 19:30:08 +02:00
Steven Hancock
a8de3a5a3f
Rails.root and File.join cleanup
...
- `Rails.root` is a `Pathname`, so let's use `Rails.root.join`
- Clean up most of the remaining `File.join`s
2012-06-11 03:13:20 -07:00
Florian Staudacher
8ca39f5936
show a "post is not public" message when visitor is not logged in
...
and tries to access a show page of a non-public post
2012-06-07 22:16:37 +02:00
Dennis Collinson
fe0156a18b
cuking out new stream, refactors.
2012-05-21 15:14:23 -07:00
Florian Staudacher
9c2c135731
I made a boo boo
2012-05-20 23:09:40 +02:00
Florian Staudacher
67dd49b1e4
... wait for it ...
2012-05-20 22:44:50 +02:00
Florian Staudacher
9b563e39da
fix login cukes
2012-05-19 22:29:12 +02:00
danielgrippi
f4c06c8f88
add rounded buttons to the composer flow; slay multi-photo option
2012-05-18 19:46:51 -07:00
danielgrippi
62ba75ad1b
DG DC; Move stuff to second page of framer
2012-05-17 19:02:58 -07:00
Steven Hancock
2ae366ad19
Render invitation email without a layout
...
Ideally, we'll probably want to add a layout for this email at some point,
but this simplifies it to the bare minimum and gets rid of the "click here
to change your notification settings" link.
fixes #3270
2012-05-17 17:51:20 -07:00
danielgrippi
27aff7fb1e
DG DC; GREEEEEEEEEN
2012-05-17 17:01:31 -07:00
Dennis Collinson
c66bd9d6d8
fix posting with services, fix cuke
2012-05-17 15:32:35 -07:00
Dennis Collinson
00f1adc8b2
Going back to the composer from the framer is happy via button
2012-05-17 15:32:35 -07:00
Maxwell Salzberg
471ce309ea
kill your darlings; remove diaspora_client with fire
2012-05-17 14:55:53 -07:00
Maxwell Salzberg
b124d3e5a1
Revert "update factory girl" new version does not support 1.8.7 :(
...
This reverts commit c52342b7cb .
2012-05-16 17:43:56 -07:00
Maxwell Salzberg
c52342b7cb
update factory girl
2012-05-16 17:17:14 -07:00
Maxwell Salzberg
9af48d85aa
be less strict in asserting post template as not all small frames are .post(which seems weird)
2012-05-14 19:00:25 -07:00
danielgrippi
5d92d2464b
fix email spec; nokogiri needs a top-leve element
2012-05-08 18:21:38 -07:00
Maxwell Salzberg
f7205bdf18
sad panda. selenium web driver had to update, and clearly some of the behavior around send_key changed :(
2012-05-07 19:55:42 -07:00
Maxwell Salzberg
4c7e82fec9
derp; find always returns the first element in capybara
2012-05-07 18:56:30 -07:00
Maxwell Salzberg
fcd67ebc77
fix build
2012-05-07 15:55:34 -07:00
Maxwell Salzberg
fa1897112b
fix some tests
2012-05-03 20:07:56 -07:00
Florian Staudacher
979eb66e44
added tests for flash messages on reshares
2012-04-27 19:23:30 +02:00
Florian Staudacher
c4ccf71dab
added debugging cuke steps [ci skip]
2012-04-24 23:11:10 +02:00
Dennis Collinson
40c04234bd
navigate to experimental profile on successful post
2012-04-23 18:08:02 -07:00
Dennis Collinson
16223d003f
change new publisher to public by default to make testing easier
2012-04-17 16:43:42 -07:00
Dennis Collinson
d767410e6d
mentions are clickable in framer
2012-04-11 18:34:12 -07:00
Dennis Collinson
20da08408f
can mention in new composer
2012-04-11 17:07:53 -07:00
danielgrippi
a1d4ca9bec
Refactor composer and framer to user same layout
...
composer touchup; added controls to the bottom; centered input area; removed forms.Base view
Fix tests
2012-04-10 11:38:35 -07:00
Maxwell Salzberg
d53b7b5f9a
fix trumpeter spec
2012-04-04 23:05:41 -07:00
danielgrippi
169fc743d5
update feature to pending outdated assertion
2012-04-04 19:20:00 -07:00
Florian Staudacher
118ae2d657
refactored show-page comment cuke to be like normal comment cuke
2012-04-04 15:23:39 +02:00
danielgrippi
5459d07339
bump capybara timeout to avoid timeout errorsdefine cucumber step to be pending so travis doesn't freak out
2012-04-03 16:43:44 -07:00
danielgrippi
3bc3f13651
upgrade backbone, fix tests
...
some cukes may be failing non deterministically, I think, do we bump the cuke timeout?
2012-04-03 16:31:52 -07:00
Dennis Collinson
59f7f504e8
Wallpaper Mood
2012-03-29 15:14:09 -07:00
Dennis Collinson
6488cd004b
Disable Mentions in trumpeter to fix cukechange assertion of mood
2012-03-29 12:16:59 -07:00
Dennis Collinson
6288eff599
day mood for a post responds to content
...
extract creating a post with templates to a static post view method.
Legacy templates extracted, day view
day mood shows photos and has variable text size
2012-03-27 14:54:27 -07:00
Dennis Collinson
11eb1eb7d8
MS DC fix tests
2012-03-27 14:52:53 -07:00
Dennis Collinson
5d5fa084e5
next cuke, fix old
2012-03-27 14:52:52 -07:00
Dennis Collinson
358414371e
MS DC framer shows rudimentary version of post
2012-03-27 14:52:52 -07:00
Dennis Collinson
7ec1ef87c2
MS DC Post framer process init
2012-03-27 14:52:52 -07:00
Dennis Collinson
a14090965f
pening sad spec
2012-03-27 14:52:52 -07:00
Dennis Collinson
a0e6433f5a
test multiple file upload in cucumber
2012-03-27 14:52:51 -07:00
Dennis Collinson
60420f1061
DG DC form autosubmits on file field change
2012-03-27 14:52:51 -07:00
Dennis Collinson
426f0278f9
DG DC uploading a photo shows up in the stream
2012-03-27 14:52:51 -07:00
danielgrippi
4c46cc4246
MS DG; mentions work in new publisher
2012-03-27 14:52:50 -07:00
Dennis Collinson
e77d7608cd
DC DGtoggle between public an private
2012-03-27 14:52:50 -07:00
Dennis Collinson
ab35f2bf3d
MS DC posts/new page init
2012-03-27 14:51:40 -07:00
Maxwell Salzberg
2e1f353ac4
Merge branch 'show-more' of https://github.com/Raven24/diaspora into Raven24-show-more
...
Conflicts:
public/javascripts/app/views/content_view.js
2012-03-19 19:11:57 -07:00
danielgrippi
852687b31c
MS DG fix a few final tests
2012-03-16 17:56:35 -07:00
Maxwell Salzberg
11505a386c
adding a test for decremented invites, as, and check the invite is valid in the controller
2012-03-16 17:56:35 -07:00
Maxwell Salzberg
319b3c4d3b
fixed rspec tests, more fit and finish around how the invite code works,
...
and improving admin functionality
2012-03-16 17:56:35 -07:00
Maxwell Salzberg
6b97b8044b
small updates, and it looks like we are mostly working
2012-03-16 17:56:35 -07:00
Maxwell Salzberg
7bac633987
invite_link functionailty mostly works
2012-03-16 17:56:35 -07:00
Florian Staudacher
27997e9525
refactored test method into helpers
2012-03-16 22:25:53 +01:00
Florian Staudacher
5dae27c170
finally some working tests for "show more"
2012-03-16 02:00:50 +01:00
Florian Staudacher
98d1e29055
extracted oembed thumb stuff from #2941 , also fixes oembed cukes
2012-03-05 00:44:08 +01:00
Dennis Collinson
9769dfb303
cukes passing
2012-02-23 17:24:19 -08:00
danielgrippi
37981b71fe
MS; DG; adding cucumbers for post templates
2012-02-21 17:31:26 -08:00
danielgrippi
d54ff5f341
MS; DG added test for unauthenticated post viewing
2012-02-21 15:23:08 -08:00
Maxwell Salzberg
dcc2bcd233
remove pending spec, which was pending because we dont use that feature anymore
2012-02-16 17:37:13 -08:00
Maxwell Salzberg
40413a6bc3
make the step pending so travis doesnt say we are failing :/
2012-02-16 13:17:37 -08:00
Dennis Collinson
e16a20e18c
toggle all nsfw posts
2012-02-14 14:15:24 -08:00
danielgrippi
32f93a0391
you can now follow / unfollow a post from the stream; fixed cukes.
2012-02-13 19:13:43 -08:00
danielgrippi
5a4f9d5b99
fix cuke
2012-02-09 18:03:41 -08:00
Dennis Collinson
94a7f5bb91
unsfw - sorry Kinky Joe!
2012-02-08 16:35:55 -08:00
Dennis Collinson
8ae18bb393
nsfw's users posts are now nsfw
2012-02-07 19:14:44 -08:00
Dennis Collinson
558ceec92a
a user can mark themselves as nsfw
2012-02-07 19:03:20 -08:00
Dennis Collinson
a399572995
MS DC; fix participate stream ordering problem that was putting new posts on the bottom of things
2012-02-06 16:51:32 -08:00
Dennis Collinson
578e8ef269
broken
2012-02-06 14:55:14 -08:00
Maxwell Salzberg
4382d45e82
almost failing cuke
2012-02-06 12:25:02 -08:00
Dennis Collinson
18cd151456
cuke fix
2012-01-23 19:32:15 -08:00
Maxwell Salzberg
49f18d435a
upgrade factory girl there are 3 failing cukes.
2012-01-21 21:58:50 -08:00
danielgrippi
c3ea1dfc6e
DC DG fix search cucumber step
2012-01-07 14:24:27 -08:00
Dennis Collinson
7ccc81b0a4
fix conversations cuke
2012-01-07 14:23:28 -08:00
danielgrippi
f804db36b8
DG DH; fix most of the cukes (7 failures left)
2012-01-07 14:23:26 -08:00
danielgrippi
bc0c92ec64
added inf. scroll to stream; passing inf. scroll cukes
2012-01-07 14:23:26 -08:00
danielgrippi
039df8f879
fixed 14 cukes (all comments features)
2012-01-07 14:23:25 -08:00
danielgrippi
f395a707ea
destroy cookies instead of visiting a controller action for signing out (thx sarahmei)
2012-01-06 23:28:23 -08:00
danielgrippi
2e3b8f9d53
speed up cucumber
2012-01-05 22:41:05 -08:00
Sarah Mei
3c8b26b051
refactor infinite scroll features to take less time
2011-12-11 17:14:23 -08:00
Jonne Hass
559016af7e
oh well, touching Capybara.app_host resets the session
2011-12-10 20:53:19 +01:00
Jonne Hass
8b141ed5d5
oauth feature green, except for the pod forgot client edge case
2011-12-10 12:54:39 +01:00
Maxwell Salzberg
455e5375d8
add 1.9.3 to travis. remove deprecation warning from cukes
2011-12-08 16:30:58 -08:00
danielgrippi
f4c9b548f9
update cucumber and capybara. one failing cuke.
2011-12-07 18:40:39 -08:00
danielgrippi
f40ed9bb25
DG MS; remove deprication warning in cukes
2011-12-07 17:32:09 -08:00
Daniel Grippi
0d41c9c5f3
update gems -- mainly omniauth (we explicitly include omniauth libs now... much cleaner)
2011-12-05 19:53:03 -08:00
Gonzalo Rodriguez
77d30949a0
Refactor some cucumber steps
2011-12-03 23:09:51 -02:00
Sarah Mei
a594d8f7ce
Fix cucumber log in and close account feature
2011-11-25 04:48:47 -08:00
Manuel Schölling
335a7b4ebe
Modified session steps to work with /public/index.html
2011-11-16 20:25:54 +01:00
Pistos
d87c0a9b44
Don't assume specific translation for aspects title.
2011-11-10 11:20:31 -05:00
Pistos
3e689ec988
Whitespace cleanup.
2011-11-10 11:20:24 -05:00
Jonne Hass
919b010e06
fix step definition
2011-11-10 15:05:32 +01:00
Jonne Hass
188f429998
Merge branch 'issue1924-cucumber-tests' of https://github.com/Gonzih/diaspora
...
Conflicts:
features/posts_from_main_page.feature
features/step_definitions/custom_web_steps.rb
2011-11-10 14:45:00 +01:00
Ilya Zhitomirskiy
d1d24a049c
added close buttons which clear getting started when they're all closed
2011-11-07 21:59:29 -08:00
danielgrippi
1ac5c7af62
fixed some cukes
2011-11-03 12:31:24 -07:00
Dan Hansen & Maxwell Salzberg
0eb33b371b
blocked users works for multi stream, cuke passes
...
fixed scoping stuff
2011-11-03 12:31:24 -07:00
Dan Hansen
16e76886d9
wip
2011-11-03 12:31:24 -07:00
danielgrippi
68a8c23d80
fix all but one cuke
2011-10-27 22:41:49 -07:00
Gonzalo Rodriguez
11a59b933f
Add cukes scenarios: playing with the aspects-dropdown and posting.
2011-10-23 03:46:08 -02:00
danielgrippi
b46200224e
cukes are green again
2011-10-17 17:45:45 -07:00
Maxwell Salzberg
61ae843193
be super pedandic for travis in cukes
2011-10-16 23:19:08 -07:00
danielgrippi
94e6120714
fixed all cukes except features/closes_account_feature:21
2011-10-11 18:01:39 -07:00
Manuel Schölling
3561021a90
Added cucumber tests for oEmbed feature
2011-10-11 16:09:16 -07:00
Gonzalo Rodriguez
6b5928ca09
Remember last selected aspects through the session
2011-10-09 02:24:53 -02:00
Gonzalo Rodriguez
7d6129b7f3
Clarify cucumber step definition
2011-10-08 18:31:04 -02:00
Maxwell Salzberg
9a4c478a7b
these spes are really green. too bad we need #moar
2011-10-03 15:23:10 -07:00
Gonzalo Rodriguez
0b97a3525a
Merge branch 'aspect_nav_rework'
2011-10-02 21:08:12 -02:00
Dan Hansen
d0fe59af69
add cucumber feature for photo lightbox
...
change step to reflect element visibility
2011-10-01 15:52:48 -05:00
Gonzalo Rodriguez
dee0c06896
Adapt some cukes for the new aspect nav refactor
2011-10-01 04:49:05 -03:00
Ilya Zhitomirskiy
a009c37d6f
fixed the cukes and the tag following
2011-09-23 18:58:19 -07:00
Max Gonzih
6672436bfc
add cucumber scenario that expose bug #1924
2011-09-12 14:57:47 +03: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
Sarah Mei
d646428a5e
Clean up web steps that are too complicated to follow
2011-09-05 15:17:37 -07:00
Sarah Mei
cac4b1ba4e
Ridiculously long cucumber timeout so we're more resiliant to travis traffic
2011-09-05 12:08:29 -07:00
Sarah Mei
2d6c2f0b60
Cucumber/spec cleanup. Removed some stray aspect.firsts, which should improve reliability across databases. Removed some cucumber steps we don't use & consolidated duplicate steps.
2011-09-04 23:15:08 -07:00
Sarah Mei
97d514dd65
Make connecting users in cucumber more deterministic. Should cut down on spurious failures in comment spec.
2011-09-04 21:50:52 -07:00
Maxwell Salzberg
d395a29efb
add mobile feature, thanks @vcuculo
2011-09-01 14:58:55 -07:00
The Lambda Calculus
9d7b8d7f5d
Have passing Cucumber tests [Finishes issue #1126 ]
2011-09-01 01:59:51 -04:00
Maxwell Salzberg
27864660f9
add feature for mentions
2011-08-30 23:18:08 -07:00
Dan Hansen
624e7277e8
the "When I open the comment box" step used an old javascript function of ours that no longer exists. remove the feature and replace it with "When I focus the comment field"
2011-08-30 22:08:54 -05:00
danielgrippi
bd77560636
cucumber green in postgres (i think?). touched up aspect spec.
2011-08-29 15:53:47 -07:00
Gonzalo Rodriguez
068d3c690d
Add test scenario: deleting an aspect from homepage
2011-08-28 22:32:05 -03:00
danielgrippi
3a27d66ee8
fix hover to add hover class to element (ugly); fixes one cucumber test
2011-08-27 23:20:57 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
8c9a585337
reshares now have notifications, slight refactor of the notification helper
2011-08-25 17:16:09 -07:00
Raphael Sofaer
a63d1ad4ae
Sign out the signed in user if a different uid is passed to AuthorizationsController#new
2011-08-23 16:37:50 -07:00
Raphael Sofaer
c95f80be42
Re-nullify chubbies output and correctly handle diaspora_id param in create_account
2011-08-23 16:37:50 -07:00
danielgrippi
a7d9bbed84
wip
2011-08-23 16:37:50 -07:00
danielgrippi
27049e52b5
connect logic
2011-08-23 16:37:50 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
7fd7fa968c
fixed the email from header issues and backfilled few tests
2011-08-22 17:38:40 -07:00
Gonzalo Rodriguez
e5391c1d21
Test reply to conversations
2011-08-20 18:59:09 -03:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
c3bcb9c962
Revert "Revert "Merge branch 'issue1586-aspectdropdown-when-posting'""
...
This reverts commit a407f12463 .
2011-08-18 16:48:20 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
a407f12463
Revert "Merge branch 'issue1586-aspectdropdown-when-posting'"
...
This reverts commit 2777f16f4f , reversing
changes made to 8b278adff6 .
2011-08-18 16:16:14 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
b1e95def4a
Merge branch 'master' into issue1586-aspectdropdown-when-posting
2011-08-18 12:59:00 -07:00
danielgrippi
eb8c540ac1
MS DG IZ major invite refactor. all tests are green minus weird stuff on dans computer, need to checkout this out on pivots
2011-08-17 16:28:21 -07:00
Raphael Sofaer
cc3eeac98e
Merge the aspect dropdown in the publisher with master, some things are still broken
2011-08-16 14:59:53 -07:00
Andrej Kacian
48282e3402
Make and use a single cucumber step to send a private message
2011-08-13 05:03:27 +02:00
Andrej Kacian
9c99331bb7
Improve the conversation test a bit
2011-08-13 04:36:26 +02:00
Raphael Sofaer
56fc409a39
Most of the way towards getting posts feature working
2011-08-11 18:15:18 -07:00
Sarah Mei
6c512cbfa9
Chubbies is now a little TOO good at shutting itself off. Also: processes are hard. >.<
2011-08-06 19:22:09 -07:00
Sarah Mei
1ccfaedd08
Chubbies actually shuts itself down now, so both builds should now be able to be green at the same time. FWIW, @ variables in class methods are class variables and therefore persist across tests.
2011-08-06 18:19:17 -07:00