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
d86f6c76
Commit
d86f6c76
authored
Apr 13, 2021
by
Desiree Chevalier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update older testcase issue links
parent
6d38e0db
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
qa/qa/specs/features/browser_ui/1_manage/project/import_github_repo_spec.rb
...es/browser_ui/1_manage/project/import_github_repo_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/3_create/design_management/archive_design_content_spec.rb
...3_create/design_management/archive_design_content_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/3_create/design_management/modify_design_content_spec.rb
.../3_create/design_management/modify_design_content_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb
...owser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb
...er_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb
+2
-2
qa/qa/specs/features/browser_ui/4_verify/runner/register_runner_spec.rb
...atures/browser_ui/4_verify/runner/register_runner_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/6_release/deploy_key/add_deploy_key_spec.rb
...es/browser_ui/6_release/deploy_key/add_deploy_key_spec.rb
+1
-1
No files found.
qa/qa/specs/features/browser_ui/1_manage/project/import_github_repo_spec.rb
View file @
d86f6c76
...
@@ -29,7 +29,7 @@ module QA
...
@@ -29,7 +29,7 @@ module QA
user
.
remove_via_api!
user
.
remove_via_api!
end
end
it
'imports a GitHub repo'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
385
'
do
it
'imports a GitHub repo'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1762
'
do
Flow
::
Login
.
sign_in
(
as:
user
)
Flow
::
Login
.
sign_in
(
as:
user
)
imported_project
# import the project
imported_project
# import the project
...
...
qa/qa/specs/features/browser_ui/3_create/design_management/archive_design_content_spec.rb
View file @
d86f6c76
...
@@ -23,7 +23,7 @@ module QA
...
@@ -23,7 +23,7 @@ module QA
Flow
::
Login
.
sign_in
Flow
::
Login
.
sign_in
end
end
it
'user archives a design'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
274
'
do
it
'user archives a design'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1761
'
do
third_design
.
issue
.
visit!
third_design
.
issue
.
visit!
Page
::
Project
::
Issue
::
Show
.
perform
do
|
issue
|
Page
::
Project
::
Issue
::
Show
.
perform
do
|
issue
|
...
...
qa/qa/specs/features/browser_ui/3_create/design_management/modify_design_content_spec.rb
View file @
d86f6c76
...
@@ -13,7 +13,7 @@ module QA
...
@@ -13,7 +13,7 @@ module QA
Flow
::
Login
.
sign_in
Flow
::
Login
.
sign_in
end
end
it
'user adds a design and modifies it'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
273
'
do
it
'user adds a design and modifies it'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1760
'
do
design
.
issue
.
visit!
design
.
issue
.
visit!
Page
::
Project
::
Issue
::
Show
.
perform
do
|
issue
|
Page
::
Project
::
Issue
::
Show
.
perform
do
|
issue
|
...
...
qa/qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb
View file @
d86f6c76
...
@@ -27,7 +27,7 @@ module QA
...
@@ -27,7 +27,7 @@ module QA
Page
::
Main
::
Menu
.
perform
(
&
:sign_out_if_signed_in
)
Page
::
Main
::
Menu
.
perform
(
&
:sign_out_if_signed_in
)
end
end
it
'user pushes to the repository'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
386
'
do
it
'user pushes to the repository'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1763
'
do
project
=
Resource
::
Project
.
fabricate_via_api!
do
|
project
|
project
=
Resource
::
Project
.
fabricate_via_api!
do
|
project
|
project
.
name
=
'git-protocol-project'
project
.
name
=
'git-protocol-project'
end
end
...
...
qa/qa/specs/features/browser_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb
View file @
d86f6c76
...
@@ -16,7 +16,7 @@ module QA
...
@@ -16,7 +16,7 @@ module QA
add_ci_variable
add_ci_variable
end
end
it
'user adds a CI variable'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
395
'
do
it
'user adds a CI variable'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1759
'
do
Page
::
Project
::
Settings
::
CiVariables
.
perform
do
|
ci_variable
|
Page
::
Project
::
Settings
::
CiVariables
.
perform
do
|
ci_variable
|
expect
(
ci_variable
).
to
have_text
(
'VARIABLE_KEY'
)
expect
(
ci_variable
).
to
have_text
(
'VARIABLE_KEY'
)
expect
(
ci_variable
).
not_to
have_text
(
'some_CI_variable'
)
expect
(
ci_variable
).
not_to
have_text
(
'some_CI_variable'
)
...
@@ -27,7 +27,7 @@ module QA
...
@@ -27,7 +27,7 @@ module QA
end
end
end
end
it
'user removes a CI variable'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
394
'
do
it
'user removes a CI variable'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1758
'
do
Page
::
Project
::
Settings
::
CiVariables
.
perform
do
|
ci_variable
|
Page
::
Project
::
Settings
::
CiVariables
.
perform
do
|
ci_variable
|
ci_variable
.
click_edit_ci_variable
ci_variable
.
click_edit_ci_variable
ci_variable
.
click_ci_variable_delete_button
ci_variable
.
click_ci_variable_delete_button
...
...
qa/qa/specs/features/browser_ui/4_verify/runner/register_runner_spec.rb
View file @
d86f6c76
...
@@ -15,7 +15,7 @@ module QA
...
@@ -15,7 +15,7 @@ module QA
runner
.
remove_via_api!
runner
.
remove_via_api!
end
end
it
'user registers a new specific runner'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
392
'
do
it
'user registers a new specific runner'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1764
'
do
Flow
::
Login
.
sign_in
Flow
::
Login
.
sign_in
runner
.
project
.
visit!
runner
.
project
.
visit!
...
...
qa/qa/specs/features/browser_ui/6_release/deploy_key/add_deploy_key_spec.rb
View file @
d86f6c76
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
module
QA
module
QA
RSpec
.
describe
'Release'
do
RSpec
.
describe
'Release'
do
describe
'Deploy key creation'
do
describe
'Deploy key creation'
do
it
'user adds a deploy key'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
390
'
do
it
'user adds a deploy key'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1765
'
do
Flow
::
Login
.
sign_in
Flow
::
Login
.
sign_in
key
=
Runtime
::
Key
::
RSA
.
new
key
=
Runtime
::
Key
::
RSA
.
new
...
...
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