Commit Graph

23 Commits

Author SHA1 Message Date
Martin Wortschack 03ab130e4b Resolve "Create new project: Re-add project name field" 2018-09-08 06:03:00 +00:00
Winnie Hellmann 3db2f32759 Enable Capybara/FeatureMethods cop 2018-07-05 06:32:05 +00:00
Clement Ho 87d4d93fcb Fix new menu spec 2018-04-20 13:15:09 -05:00
Mike Greiling f783798825
Merge branch 'master' into sh-headless-chrome-support
* master: (113 commits)
  Introduce new hook data builders for Issue and MergeRequest
  Don't create todos for old issue assignees
  Start adding Gitlab::HookData::IssuableBuilder
  Include the changes in issuable webhook payloads
  Rename the `codeclimate` job to `codequality`
  Don't show an "Unsubscribe" link in snippet comment notifications
  Add QA::Scenario::Gitlab::Group::Create
  Removes CommitsList from global namespace
  Fix wiki empty page translation namespace not being removed
  Fixes mini graph in commit view
  Fix link to new i18n index page
  Update i18n docs
  Move i18n/introduction to i18n/index
  Resolve "Simple documentation update - backup to restore in restore section"
  Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespace
  Move cycle analytics banner into a vue file
  Updated Icons + Fix for Collapsed Groups Angle
  Don't create fork networks for root projects that are deleted
  Remove executable permissions on images to make docs lint happy
  Sync up hard coded DN class in migration
  ...
2017-10-09 15:00:00 -05:00
kushalpandya bc45fd78df
Remove unnecessary test 2017-10-06 12:12:11 -07:00
Stan Hu 55e5c84e2c Merge branch 'master' into sh-headless-chrome-support 2017-08-23 22:38:14 -07:00
Robert Speicher 800c9bf37d Add `:nested_groups` metadata to two subgroup-related specs
Prevents these from failing on MySQL.

Closes #36811 and #36812.
2017-08-22 12:57:08 -04:00
Stan Hu 09baadca34 Merge branch 'master' into sh-headless-chrome-support 2017-08-09 15:57:52 -07:00
Stan Hu 408df2edcb Merge branch 'master' into sh-headless-chrome-support 2017-08-02 16:58:28 -07:00
Robert Speicher 72a7b30c9f Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
Robert Speicher 0853dacad6 Use `empty_project` where possible in spec/features/explore 2017-07-27 13:12:16 -04:00
Keifer Furzland 7e113b6824 Remove superfluous type defs in specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:52 +02:00
Robert Speicher c10943d9cc Create guest users only when necessary rather than for every spec
These are two examples of a top-level `before` block doing too much.
Only specific specs cared about these guest users, but we were creating
them and their `ProjectMember` records for every single spec that ran.
2017-07-21 17:11:02 -04:00
Robert Speicher 9eeba8fb49 Auto-correct ProjectPathHelper violations 2017-07-06 12:20:50 -04:00
Robert Speicher e939bf7be1 Change gitlab_sign_in to sign_in where possible 2017-06-29 12:18:23 -04:00
Stan Hu 0f943c941b Merge branch 'master' into sh-headless-chrome-support 2017-06-21 09:43:58 -07:00
Robert Speicher 45fb1f9542 Change `login_as` uses to `gitlab_sign_in` 2017-06-19 18:59:01 -05:00
Stan Hu 5854ab2f7d Convert variants of trigger('click') -> click 2017-06-16 23:08:27 -07:00
Tim Zallmann 39d976cf58 Added more negative checks for public project 2017-06-08 00:37:45 +02:00
Tim Zallmann 81b565ee36 Fix End Syntax Error 2017-06-08 00:02:31 +02:00
Tim Zallmann 9647d2e76d Enhancing Spec's with negative cases 2017-06-07 23:59:25 +02:00
Tim Zallmann bf601f0775 Fixed spec test syntax errors 2017-06-07 22:49:22 +02:00
Tim Zallmann c7bf2bfdaa Converting Tests to Spec Tests 2017-06-07 22:11:43 +02:00