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
e96d5b62
Commit
e96d5b62
authored
May 21, 2021
by
Sanad Liaquat
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'e2e-update-testlink' into 'master'
Update e2e testcase link See merge request gitlab-org/gitlab!62238
parents
8ac6c4a9
e8ce7edf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
qa/qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb
...er_ui/3_create/merge_request/create_merge_request_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/3_create/repository/push_http_private_token_spec.rb
...er_ui/3_create/repository/push_http_private_token_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/4_verify/pipeline/create_and_process_pipeline_spec.rb
..._ui/4_verify/pipeline/create_and_process_pipeline_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb
...igure/auto_devops/create_project_with_auto_devops_spec.rb
+1
-1
No files found.
qa/qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb
View file @
e96d5b62
...
...
@@ -16,7 +16,7 @@ module QA
Flow
::
Login
.
sign_in
end
it
'creates a basic merge request'
,
:smoke
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1
276
'
do
it
'creates a basic merge request'
,
:smoke
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1
850
'
do
Resource
::
MergeRequest
.
fabricate_via_browser_ui!
do
|
merge_request
|
merge_request
.
project
=
project
merge_request
.
title
=
merge_request_title
...
...
qa/qa/specs/features/browser_ui/3_create/repository/push_http_private_token_spec.rb
View file @
e96d5b62
...
...
@@ -3,7 +3,7 @@
module
QA
RSpec
.
describe
'Create'
do
describe
'Git push over HTTP'
,
:smoke
do
it
'user using a personal access token pushes code to the repository'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1
27
8'
do
it
'user using a personal access token pushes code to the repository'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1
84
8'
do
Flow
::
Login
.
sign_in
access_token
=
Resource
::
PersonalAccessToken
.
fabricate!
.
token
...
...
qa/qa/specs/features/browser_ui/4_verify/pipeline/create_and_process_pipeline_spec.rb
View file @
e96d5b62
...
...
@@ -24,7 +24,7 @@ module QA
runner
.
remove_via_api!
end
it
'users creates a pipeline which gets processed'
,
:smoke
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1
27
9'
do
it
'users creates a pipeline which gets processed'
,
:smoke
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1
84
9'
do
Flow
::
Login
.
sign_in
Resource
::
Repository
::
Commit
.
fabricate_via_api!
do
|
commit
|
...
...
qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb
View file @
e96d5b62
...
...
@@ -115,7 +115,7 @@ module QA
end
end
it
'runs an AutoDevOps pipeline'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1
27
7'
do
it
'runs an AutoDevOps pipeline'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1
84
7'
do
Flow
::
Pipeline
.
visit_latest_pipeline
Page
::
Project
::
Pipeline
::
Show
.
perform
do
|
pipeline
|
...
...
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