canvas-lms/Gemfile.d
Jon Jensen e879ac39c5 spec: fix focus/blur issues, don't use buggy native events
native event/no_focus stuff is buggy (which is why it's normally not
enabled by default), so let's try a different approach...

ensure each runner has its own framebuffer (and thus its firefox should
run in the foreground). additionally, ensure the viewport has focus when
specs start so that blur/focus events fire normally.

this ensures that specs like spec/selenium/wiki_pages_spec.rb:429 pass when
run on jenkins without following another alert-accepting spec (like
spec/selenium/wiki_pages_spec:422).

test plan:
* full selenium build should pass on this commit, faster and w/ fewer
  reruns
* non-testbot test-queue selenium build should pass on dependent commit
  (running spec/selenium/wiki_pages_spec.rb w/ 5 runners concurrently)

Change-Id: Ic1bd09ab3ca8f483611201198025cdf4858d51dc
Reviewed-on: https://gerrit.instructure.com/69663
Reviewed-by: Simon Williams <simon@instructure.com>
Tested-by: Jenkins
Product-Review: Jon Jensen <jon@instructure.com>
QA-Review: Jon Jensen <jon@instructure.com>
2016-01-08 17:34:55 +00:00
..
.rubocop.yml add some ruby linting for jenkins to take advantage of 2015-04-09 14:37:37 +00:00
_before.rb allow ruby 2.3 2016-01-05 20:19:12 +00:00
app.rb allow ruby 2.3 2016-01-05 20:19:12 +00:00
assets.rb don't auto-require gems that are just dependencies 2015-04-08 15:55:26 +00:00
cassandra.rb don't auto-require gems that are just dependencies 2015-04-08 15:55:26 +00:00
development.rb allow ruby 2.3 2016-01-05 20:19:12 +00:00
development_and_test.rb remove AR log colorization 2015-08-11 20:48:14 +00:00
i18n_tools_and_rake_tasks.rb don't auto-require gems that are just dependencies 2015-04-08 15:55:26 +00:00
icu.rb partition Gemfile 2014-03-28 16:44:56 +00:00
mysql.rb remove rails 2 support 2014-08-06 18:16:19 +00:00
plugins.rb avoid using a relative path for gem plugin loading 2014-09-18 22:29:07 +00:00
postgres.rb bump pg gem 2014-10-06 20:16:24 +00:00
redis.rb remove rails 3 support 2015-12-23 21:36:43 +00:00
sqlite.rb allow ruby master to run with scary warning 2014-07-02 02:45:59 +00:00
test.rb spec: fix focus/blur issues, don't use buggy native events 2016-01-08 17:34:55 +00:00
~after.rb use eval_gemfile for bundler goodness 2015-02-18 18:15:14 +00:00