Merge pull request #5152 from jhass/stabilize_cukes

Try stabilizing cukes
This commit is contained in:
Jonne Haß 2014-08-25 01:09:52 +02:00
commit 3582df7c26
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ bundler_args: "--without development production heroku"
script: "./script/ci/build.sh"
addons:
firefox: "26.0"
firefox: "31.0"
notifications:
irc:

View file

@ -123,7 +123,7 @@ When /^I (?:add|remove) the person (?:to|from) my "([^\"]*)" aspect$/ do |aspect
aspects_dropdown.click
aspect = find(".dropdown.active .dropdown_list li", text: aspect_name)
aspect.click
aspect.parent.should have_css(".loading")
aspect.parent.has_css?(".loading")
aspect.parent.should_not have_css(".loading")
aspects_dropdown.click
end