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
cdddc753
Commit
cdddc753
authored
Dec 17, 2019
by
Walmyr Lima e Silva Filho
Committed by
Mark Lapierre
Dec 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify end-to-end test from plan stage
parent
5dd144a3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
qa/qa/specs/features/browser_ui/2_plan/issue/issue_suggestions_spec.rb
...eatures/browser_ui/2_plan/issue/issue_suggestions_spec.rb
+1
-9
No files found.
qa/qa/specs/features/browser_ui/2_plan/issue/issue_suggestions_spec.rb
View file @
cdddc753
...
...
@@ -8,17 +8,9 @@ module QA
before
do
Flow
::
Login
.
sign_in
project
=
Resource
::
Project
.
fabricate_via_api!
do
|
resource
|
resource
.
name
=
'project-for-issue-suggestions'
resource
.
description
=
'project for issue suggestions'
end
Resource
::
Issue
.
fabricate_via_api!
do
|
issue
|
issue
.
title
=
issue_title
issue
.
project
=
project
end
project
.
visit!
end
.
project
.
visit!
end
it
'user sees issue suggestions when creating a new issue'
do
...
...
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