gitlab-org--gitlab-foss/spec
Rémy Coutable 7bff17eb75 Shave spec/features/issues/filtered_search/dropdown_label_spec.rb from 10 minutes to 1.5 minutes
- Don't use `sleep` (most of the time was wasted by that)
- Expect some elements to be visible instead: capybara is smart enough
  to retry a few times if it cannot find an element
- See
  https://github.com/teamcapybara/capybara#asynchronous-javascript-ajax-and-friends
- Don't create unneccessary DB records
- Group some examples together to shave some setup time (where it makes
  sense)

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-03 19:08:21 +01:00
..
bin
config
controllers Merge branch '24021-Migrate-Projects-Labels-to-Group-Labels' into 'master' 2017-01-31 13:35:26 +00:00
db/production Introduce "stub_env" test helper for safely stubbing environment variables 2017-01-09 18:19:48 +01:00
factories Merge branch '27044-fix-explore-sorting-on-trending' into 'master' 2017-01-26 20:36:31 +00:00
features Shave spec/features/issues/filtered_search/dropdown_label_spec.rb from 10 minutes to 1.5 minutes 2017-02-03 19:08:21 +01:00
finders Use :empty_project where possible in finder specs 2017-01-25 22:31:24 -05:00
fixtures Allow to use ENV variables in redis config 2017-01-13 10:41:50 +05:00
helpers Active tense test coverage 2017-02-01 22:45:41 +00:00
initializers Add metric initializer spec 2017-01-24 14:42:57 +00:00
javascripts Merge branch 'jej-backport-active-tense-specs' into 'master' 2017-02-02 14:34:00 +00:00
lib Merge branch 'jej-backport-active-tense-specs' into 'master' 2017-02-02 14:34:00 +00:00
mailers
migrations fix typo, added relevant spec 2017-01-16 16:11:50 +01:00
models Merge branch 'fix-depr-warn' into 'master' 2017-02-02 16:11:12 +00:00
policies Fix build access policies when pipelines are public 2017-01-23 14:49:13 +01:00
presenters/ci More improvements to presenters 2017-01-18 16:38:35 +01:00
requests Active tense test coverage 2017-02-01 22:45:41 +00:00
routing Fix 500 error when visit group from admin area if group name contains dot 2016-12-28 13:43:08 +02:00
serializers Return serializable hash from a represented serializer 2017-01-27 13:02:59 +01:00
services Active tense test coverage 2017-02-01 22:45:41 +00:00
support Reduce the number of loops that Cycle Analytics specs use 2017-02-01 16:14:20 -05:00
tasks/gitlab Active tense test coverage 2017-02-01 22:45:41 +00:00
uploaders Don't delete files from spec/fixtures 2017-01-03 15:37:32 +01:00
views Changes after review 2017-01-27 14:27:07 +00:00
workers resolve deprecation warnings 2017-01-31 06:37:05 +07:00
factories_spec.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Shave spec/features/issues/filtered_search/dropdown_label_spec.rb from 10 minutes to 1.5 minutes 2017-02-03 19:08:21 +01:00
teaspoon_env.rb Add first shared examples to a helper and updated teaspoon_env to allow helper specs to run 2017-01-18 13:33:08 +00:00