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
ff6c5304
Commit
ff6c5304
authored
Mar 24, 2021
by
Desiree Chevalier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update testcase links in e2e specs
parent
5b014d43
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 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
+1
-1
qa/qa/specs/features/browser_ui/4_verify/testing/view_code_coverage_spec.rb
...es/browser_ui/4_verify/testing/view_code_coverage_spec.rb
+1
-1
qa/qa/specs/features/ee/browser_ui/4_verify/system_cancels_merge_request_in_merge_trains_spec.rb
...rify/system_cancels_merge_request_in_merge_trains_spec.rb
+1
-1
No files found.
qa/qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb
View file @
ff6c5304
...
...
@@ -48,7 +48,7 @@ module QA
Resource
::
Issue
.
fabricate_via_api!
.
visit!
end
it
'comments on an issue with an attachment'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
393
'
do
it
'comments on an issue with an attachment'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1742
'
do
Page
::
Project
::
Issue
::
Show
.
perform
do
|
show
|
show
.
comment
(
'See attached banana for scale'
,
attachment:
file_to_attach
)
...
...
qa/qa/specs/features/browser_ui/4_verify/testing/view_code_coverage_spec.rb
View file @
ff6c5304
...
...
@@ -33,7 +33,7 @@ module QA
runner
.
remove_via_api!
end
it
'creates an MR with code coverage statistics'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
807
'
do
it
'creates an MR with code coverage statistics'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1740
'
do
runner
.
project
.
visit!
configure_code_coverage
(
simplecov
)
merge_request
.
visit!
...
...
qa/qa/specs/features/ee/browser_ui/4_verify/system_cancels_merge_request_in_merge_trains_spec.rb
View file @
ff6c5304
...
...
@@ -94,7 +94,7 @@ module QA
end
context
'when system cancels a merge request'
do
it
'creates a TODO task'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
927
'
do
it
'creates a TODO task'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1741
'
do
# Create a merge conflict
Resource
::
Repository
::
Commit
.
fabricate_via_api!
do
|
commit
|
commit
.
api_client
=
user_api_client
...
...
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