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
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
Asphyxia
07ae4e618c
Repeated post on stream fails when content is the same
2013-01-31 22:01:09 -03: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
Devendra
7b9fcc2b3d
merging multiple consecutive "I (should|should not) see" lines into one
2012-08-17 15:37:28 +05:30
Florian Staudacher
390246dde1
temporarily "fix" the evil cuke of inconsistent death
2012-04-24 23:11:10 +02: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
578e8ef269
broken
2012-02-06 14:55:14 -08:00
Maxwell Salzberg
4382d45e82
almost failing cuke
2012-02-06 12:25:02 -08:00
danielgrippi
339c47d782
moved stream logic into its own controller (StreamsController)
2012-01-17 15:53:06 -08:00
Maxwell Salzberg
2cbfe75686
make this spec WIP, as there is a larger problem with hidden posts that is addressed in teh hidden posts branch that is soon to be merged in
2012-01-13 13:34:32 -08:00
danielgrippi
5e28c8f6ec
fix backing out of photo-only post cuke
2012-01-07 14:23:27 -08:00
danielgrippi
f804db36b8
DG DH; fix most of the cukes (7 failures left)
2012-01-07 14:23:26 -08: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
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
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
Gonzalo Rodriguez
c0ea7054d6
Add cuke that tests #2102 . Change aspects in the middle of posting.
2011-10-08 18:51:42 -02:00
Gonzalo Rodriguez
6cd9c9c2d0
Refactor syntax on some cukes
2011-10-08 18:33:56 -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
Gonzalo Rodriguez
dc0c23da2f
Slight enhacements on aspect-navigation widget
2011-09-27 03:09:48 -03:00
Gonzalo Rodriguez
e0ffd7c63e
Merge branch 'master' into aspect_nav_rework
...
Conflicts:
features/posts_from_main_page.feature
public/javascripts/aspect-filters.js
spec/javascripts/aspect-filters-spec.js
2011-09-27 00:08:05 -03:00
Max Gonzih
6672436bfc
add cucumber scenario that expose bug #1924
2011-09-12 14:57:47 +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
Gonzalo Rodriguez
04786bc43e
Improvements on aspect navigation rework
2011-09-08 02:13:15 -03:00
Sarah Mei
d0f6fe441f
Try a different method of toggling aspects within cucumber features.
2011-09-06 06:35:08 -07:00
Sarah Mei
83384b08ea
Wait for aspect toggles to return before looking for content
2011-09-05 16:50:16 -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