khall
875895f2d0
Convert specs to RSpec 3.0.4 syntax with Transpec
...
This conversion is done by Transpec 2.3.6 with the following command:
transpec features
* 19 conversions
from: obj.should
to: expect(obj).to
* 1 conversion
from: == expected
to: eq(expected)
For more details: https://github.com/yujinakayama/transpec#supported-conversions
2014-08-26 17:11:44 -07:00
Błażej Pankowiak
b085c98b67
Update features to play nice with Bootstrap
2014-08-14 23:26:59 +02:00
Florian Staudacher
7680165b14
cleanup some publishing/posting cukes, hopefully stabilizing them
2014-04-22 03:28:06 +02:00
Fabian Rodriguez
cdfdf37a17
use #hover instead of execute_script hacks
2013-08-27 10:59:44 -03: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
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
flaburgan
ac533f8383
Refactor the left bar side menu, improve tag autosuggestion design, close #4271
2013-08-06 18:30:24 +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
Juan Manuel Azambuja
de7044c602
Fix select & deselect all aspects check image
2013-04-21 21:38:03 -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
David McMullin
f290bcf169
add tests so it doesn't break again
2012-11-25 17:38:19 +00:00
danielgrippi
039df8f879
fixed 14 cukes (all comments features)
2012-01-07 14:23:25 -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
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
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
Gonzalo Rodriguez
dee0c06896
Adapt some cukes for the new aspect nav refactor
2011-10-01 04:49:05 -03:00