Commit graph

15 commits

Author SHA1 Message Date
Fabian Rodriguez
e9af8d55af reorganize cukes into desktop and mobile folders 2013-08-27 10:59:44 -03: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
Florian Staudacher
452de1b866 fix remaining cukes and some cleanup 2012-09-17 20:35:38 +02:00
Devendra
8325882ea2 Changing cucumber steps to use tabular form where possible 2012-08-22 23:22:10 +05:30
danielgrippi
b46200224e cukes are green again 2011-10-17 17:45:45 -07:00
Gonzalo Rodriguez
6b5928ca09 Remember last selected aspects through the session 2011-10-09 02:24:53 -02:00
Gonzalo Rodriguez
d3a5bc1fb8 Merge branch 'master' into aspect_nav_rework 2011-10-01 03:58:50 -03:00
Maxwell Salzberg
621075d4e1 fix mentioning from profile page spec, add some tests for the ajax_stream? method 2011-09-30 10:54:13 -07:00
Gonzalo Rodriguez
5a5bc852e2 Adapt some cukes to the new implementation 2011-09-28 22:34:19 -03:00
Sarah Mei
91756663a7 In my irritation, I didn't actually try my renamed aspect. The name I picked was too long. >.< 2011-09-11 15:22:31 -07:00
Sarah Mei
e1f80acdcf Fix occassional postgres failure.
So the cucumber step 'And I follow "link title"' does substring matching, and will click on the first link it finds that contains "link title". Thus if you have 2 aspects, one called PostingTo and the other called NotPostingTo, doing 'And I follow "PostingTo"' may click a different link depending on what order the aspect links are in.
ka-sigh.
2011-09-11 15:14:56 -07:00
Sarah Mei
d0f6fe441f Try a different method of toggling aspects within cucumber features. 2011-09-06 06:35:08 -07:00
Sarah Mei
0ec4d44cb4 Wait for aspect toggles in mention feature too 2011-09-05 17:10:58 -07:00
Sarah Mei
4ac6bd7d85 Refactor posts.feature, take out Scenario Outlines which seemed to causing issues on some systems 2011-09-05 16:16:02 -07:00