Commit graph

25 commits

Author SHA1 Message Date
Eric Eastwood
90c60138db Move "Move to different project" to sidebar
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
2017-09-03 22:03:17 -05:00
Robert Speicher
72a7b30c9f Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
Robert Speicher
293ad11df4 Use empty_project where possible in spec/features/issues 2017-07-27 13:12:16 -04:00
Robert Speicher
eef068754a Merge branch 'master' into rs-sign_in 2017-07-06 12:43:51 -04:00
Robert Speicher
9eeba8fb49 Auto-correct ProjectPathHelper violations 2017-07-06 12:20:50 -04:00
Douwe Maan
fe13f11041 Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
Rémy Coutable
0c7e1c167b
wait_for_requests is not needed when AJAX is not in play
Also, using page.current_path instead of current_url and move the URL
expectation after the page content expectations.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-04 13:51:28 +02:00
Robert Speicher
e939bf7be1 Change gitlab_sign_in to sign_in where possible 2017-06-29 12:18:23 -04:00
Robert Speicher
45fb1f9542 Change login_as uses to gitlab_sign_in 2017-06-19 18:59:01 -05:00
Phil Hughes
04178d72b5 fixed move issue specs
[ci skip]
2017-05-25 12:50:11 +01:00
Regis Boudinot
1c783007e6 Issue title realtime 2017-04-06 01:13:06 +00:00
Oswaldo Ferreira
f272ee6eba Add shorthand support to gitlab markdown references 2016-12-02 19:18:17 -02:00
Douwe Maan
6df22f72c6 Rephrase some system notes to be compatible with new system note style 2016-11-24 18:26:29 +08:00
Phil Hughes
f0691ec7c5 Revert "Merge branch 'revert-bdb6f1e6' into 'master'"
This reverts merge request !5290
2016-07-20 10:48:02 +01:00
Douwe Maan
2735e5f1c2 Revert "Merge branch 'gl-dropdown-issuable-form' into 'master'"
This reverts merge request !4970
2016-07-15 23:46:29 +00:00
Phil Hughes
a6b4164017 Updated tests 2016-07-07 09:38:49 +01:00
Phil Hughes
aa35abf9bf Added test to dropdown search 2016-06-15 11:34:11 +01:00
Phil Hughes
672bd4e6ff Correctly sends project ID 2016-05-20 21:52:45 +01:00
Phil Hughes
8536c49f19 Fixed rubocop error 2016-05-16 18:38:25 +00:00
Phil Hughes
80bda87424 Updated tests 2016-05-16 17:17:40 +01:00
Phil Hughes
4b15a8ed26 Fixed up based on feedback 2016-04-16 16:13:16 -04:00
Phil Hughes
ce2e37d446 Fixed tests 2016-04-16 16:13:16 -04:00
Grzegorz Bizon
fcf106897e Do not use javascript in specs for issue move
Feature specs that were using javascript took a long time to finish
(about 10x longer) and where hitting Poltergeist timeouts.

This modification skips using javascript with select2 selecbox, thus it
is faster, but this also does not check some JavaScript related
features.
2016-03-17 12:25:17 +01:00
Grzegorz Bizon
b9036ba610 Prevent issue move if issue has been already moved 2016-03-17 11:48:51 +01:00
Grzegorz Bizon
e3d32ff036 Add feature specs for issue move 2016-03-17 07:39:16 +01:00