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
c419c33b
Commit
c419c33b
authored
Jun 04, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
305ee993
ee01d54a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
qa/qa/specs/features/browser_ui/2_plan/issue/issue_suggestions_spec.rb
...eatures/browser_ui/2_plan/issue/issue_suggestions_spec.rb
+3
-4
No files found.
qa/qa/specs/features/browser_ui/2_plan/issue/issue_suggestions_spec.rb
View file @
c419c33b
# frozen_string_literal: true
module
QA
# Failure issue: https://gitlab.com/gitlab-org/quality/staging/issues/53
context
'Plan'
,
:quarantine
do
context
'Plan'
do
describe
'issue suggestions'
do
let
(
:issue_title
)
{
'Issue Lists are awesome'
}
...
...
@@ -10,12 +9,12 @@ module QA
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
Page
::
Main
::
Login
.
perform
(
&
:sign_in_using_credentials
)
project
=
Resource
::
Project
.
fabricate!
do
|
resource
|
project
=
Resource
::
Project
.
fabricate
_via_api
!
do
|
resource
|
resource
.
name
=
'project-for-issue-suggestions'
resource
.
description
=
'project for issue suggestions'
end
Resource
::
Issue
.
fabricate!
do
|
issue
|
Resource
::
Issue
.
fabricate
_via_browser_ui
!
do
|
issue
|
issue
.
title
=
issue_title
issue
.
project
=
project
end
...
...
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