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
fd462384
Commit
fd462384
authored
May 05, 2021
by
Nailia Iskhakova
Committed by
Dan Davison
May 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test case links in create issue spec
parent
833b78d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
qa/qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb
...ecs/features/browser_ui/2_plan/issue/create_issue_spec.rb
+2
-2
qa/qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_project_snippet_spec.rb
.../3_create/snippet/clone_push_pull_project_snippet_spec.rb
+1
-1
No files found.
qa/qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb
View file @
fd462384
...
...
@@ -9,7 +9,7 @@ module QA
Flow
::
Login
.
sign_in
end
it
'creates an issue'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1
167
'
do
it
'creates an issue'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1
793
'
do
issue
=
Resource
::
Issue
.
fabricate_via_browser_ui!
Page
::
Project
::
Menu
.
perform
(
&
:click_issues
)
...
...
@@ -19,7 +19,7 @@ module QA
end
end
it
'closes an issue'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1
085
'
do
it
'closes an issue'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1
792
'
do
closed_issue
.
visit!
Page
::
Project
::
Issue
::
Show
.
perform
do
|
issue_page
|
...
...
qa/qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_project_snippet_spec.rb
View file @
fd462384
...
...
@@ -71,7 +71,7 @@ module QA
snippet
.
remove_via_api!
end
it
'clones, pushes, and pulls a project snippet over SSH, deletes via UI'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
832
'
do
it
'clones, pushes, and pulls a project snippet over SSH, deletes via UI'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1794
'
do
Resource
::
Repository
::
Push
.
fabricate!
do
|
push
|
push
.
repository_ssh_uri
=
repository_uri_ssh
push
.
ssh_key
=
ssh_key
...
...
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