Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7f105041
Commit
7f105041
authored
Feb 07, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
174638a8
0195d216
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
6 deletions
+12
-6
qa/qa/specs/features/browser_ui/1_manage/project/create_project_spec.rb
...atures/browser_ui/1_manage/project/create_project_spec.rb
+2
-1
qa/qa/specs/features/browser_ui/1_manage/project/view_project_activity_spec.rb
...browser_ui/1_manage/project/view_project_activity_spec.rb
+2
-1
qa/qa/specs/features/browser_ui/3_create/merge_request/squash_merge_request_spec.rb
...er_ui/3_create/merge_request/squash_merge_request_spec.rb
+2
-1
qa/qa/specs/features/browser_ui/4_verify/ci_variable/add_ci_variable_spec.rb
...s/browser_ui/4_verify/ci_variable/add_ci_variable_spec.rb
+2
-1
qa/qa/specs/features/browser_ui/6_release/deploy_key/add_deploy_key_spec.rb
...es/browser_ui/6_release/deploy_key/add_deploy_key_spec.rb
+2
-1
qa/qa/specs/features/browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb
...er_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb
+2
-1
No files found.
qa/qa/specs/features/browser_ui/1_manage/project/create_project_spec.rb
View file @
7f105041
# frozen_string_literal: true
# frozen_string_literal: true
module
QA
module
QA
context
'Manage'
,
:smoke
do
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/72
context
'Manage'
,
:smoke
,
:quarantine
do
describe
'Project creation'
do
describe
'Project creation'
do
it
'user creates a new project'
do
it
'user creates a new project'
do
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
...
...
qa/qa/specs/features/browser_ui/1_manage/project/view_project_activity_spec.rb
View file @
7f105041
# frozen_string_literal: true
# frozen_string_literal: true
module
QA
module
QA
context
'Manage'
do
# Failure issue: https://gitlab.com/gitlab-org/quality/staging/issues/21
context
'Manage'
,
:quarantine
do
describe
'Project activity'
do
describe
'Project activity'
do
it
'user creates an event in the activity page upon Git push'
do
it
'user creates an event in the activity page upon Git push'
do
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
...
...
qa/qa/specs/features/browser_ui/3_create/merge_request/squash_merge_request_spec.rb
View file @
7f105041
# frozen_string_literal: true
# frozen_string_literal: true
module
QA
module
QA
context
'Create'
do
# Failure issue: https://gitlab.com/gitlab-org/quality/staging/issues/31
context
'Create'
,
:quarantine
do
describe
'Merge request squashing'
do
describe
'Merge request squashing'
do
it
'user squashes commits while merging'
do
it
'user squashes commits while merging'
do
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
...
...
qa/qa/specs/features/browser_ui/4_verify/ci_variable/add_ci_variable_spec.rb
View file @
7f105041
# frozen_string_literal: true
# frozen_string_literal: true
module
QA
module
QA
context
'Verify'
do
# Failure issue: https://gitlab.com/gitlab-org/quality/staging/issues/30
context
'Verify'
,
:quarantine
do
describe
'CI variable support'
do
describe
'CI variable support'
do
it
'user adds a CI variable'
do
it
'user adds a CI variable'
do
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
...
...
qa/qa/specs/features/browser_ui/6_release/deploy_key/add_deploy_key_spec.rb
View file @
7f105041
# frozen_string_literal: true
# frozen_string_literal: true
module
QA
module
QA
context
'Release'
do
# Failure issue: https://gitlab.com/gitlab-org/quality/staging/issues/26
context
'Release'
,
:quarantine
do
describe
'Deploy key creation'
do
describe
'Deploy key creation'
do
it
'user adds a deploy key'
do
it
'user adds a deploy key'
do
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
...
...
qa/qa/specs/features/browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb
View file @
7f105041
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
require
'digest/sha1'
require
'digest/sha1'
module
QA
module
QA
context
'Release'
,
:docker
do
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/70
context
'Release'
,
:docker
,
:quarantine
do
describe
'Git clone using a deploy key'
do
describe
'Git clone using a deploy key'
do
def
login
def
login
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment