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
8a39b27e
Commit
8a39b27e
authored
Aug 21, 2020
by
Mark Lapierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add status_issue rspec tags for Verify tests
Part of
https://gitlab.com/gitlab-org/quality/team-tasks/-/issues/504
parent
66a7f57b
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
qa/qa/specs/features/api/4_verify/pipeline_deletion_spec.rb
qa/qa/specs/features/api/4_verify/pipeline_deletion_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/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/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/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/pipeline_status_on_operation_dashboard_spec.rb
...i/4_verify/pipeline_status_on_operation_dashboard_spec.rb
+1
-1
No files found.
qa/qa/specs/features/api/4_verify/pipeline_deletion_spec.rb
View file @
8a39b27e
...
...
@@ -59,7 +59,7 @@ module QA
end
context
'when deleted via API'
do
it
'is not found'
do
it
'is not found'
,
status_issue:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/931'
do
delete
(
pipeline_data_request
.
url
)
expect
(
JSON
.
parse
(
get
(
pipeline_data_request
.
url
))[
'message'
].
downcase
).
to
have_content
(
'404 not found'
)
end
...
...
qa/qa/specs/features/browser_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb
View file @
8a39b27e
...
...
@@ -16,7 +16,7 @@ module QA
open_ci_cd_settings
end
it
'user adds a CI variable'
do
it
'user adds a CI variable'
,
status_issue:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/395'
do
Page
::
Project
::
Settings
::
CICD
.
perform
do
|
settings
|
settings
.
expand_ci_variables
do
|
page
|
expect
(
page
).
to
have_text
(
'VARIABLE_KEY'
)
...
...
@@ -29,7 +29,7 @@ module QA
end
end
it
'user removes a CI variable'
do
it
'user removes a CI variable'
,
status_issue:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/394'
do
Page
::
Project
::
Settings
::
CICD
.
perform
do
|
settings
|
settings
.
expand_ci_variables
do
|
page
|
page
.
click_edit_ci_variable
...
...
qa/qa/specs/features/browser_ui/4_verify/pipeline/create_and_process_pipeline_spec.rb
View file @
8a39b27e
...
...
@@ -24,7 +24,7 @@ module QA
runner
.
remove_via_api!
end
it
'users creates a pipeline which gets processed'
,
:smoke
do
it
'users creates a pipeline which gets processed'
,
:smoke
,
status_issue:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/391'
do
Flow
::
Login
.
sign_in
Resource
::
Repository
::
Commit
.
fabricate_via_api!
do
|
commit
|
...
...
qa/qa/specs/features/browser_ui/4_verify/runner/register_runner_spec.rb
View file @
8a39b27e
...
...
@@ -15,7 +15,7 @@ module QA
runner
.
remove_via_api!
end
it
'user registers a new specific runner'
do
it
'user registers a new specific runner'
,
status_issue:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/392'
do
Flow
::
Login
.
sign_in
runner
.
project
.
visit!
...
...
qa/qa/specs/features/browser_ui/4_verify/testing/view_code_coverage_spec.rb
View file @
8a39b27e
...
...
@@ -33,7 +33,7 @@ module QA
runner
.
remove_via_api!
end
it
'creates an MR with code coverage statistics'
do
it
'creates an MR with code coverage statistics'
,
status_issue:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/807'
do
runner
.
project
.
visit!
configure_code_coverage
(
simplecov
)
merge_request
.
visit!
...
...
qa/qa/specs/features/ee/browser_ui/4_verify/pipeline_status_on_operation_dashboard_spec.rb
View file @
8a39b27e
...
...
@@ -53,7 +53,7 @@ module QA
remove_projects
end
it
'has many pipelines with appropriate statuses'
do
it
'has many pipelines with appropriate statuses'
,
status_issue:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/900'
do
add_projects_to_board
EE
::
Page
::
OperationsDashboard
.
perform
do
|
operation
|
...
...
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