Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gitlab
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
What's new
5
Snippets
Groups
Projects
gitlab-cn
Gitlab
Commits
3c414087
Commit
3c414087
authored
3 years ago
by
Lin Jen-Shin
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'ee/master' into test-mr-pipeline
* ee/master: Fixes blob counts of images on dependency proxy
parents
341db526
e85e049c
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
qa/qa/specs/features/ee/browser_ui/5_package/dependency_proxy_sso_spec.rb
+2
-2
2 additions, 2 deletions
...ures/ee/browser_ui/5_package/dependency_proxy_sso_spec.rb
with
2 additions
and
2 deletions
qa/qa/specs/features/ee/browser_ui/5_package/dependency_proxy_sso_spec.rb
+
2
−
2
View file @
3c414087
...
...
@@ -74,7 +74,7 @@ module QA
runner
.
remove_via_api!
end
it
"pulls an image using the dependency proxy on a group enforced SSO"
do
it
"pulls an image using the dependency proxy on a group enforced SSO"
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/quality/test_cases/2291'
do
project
.
group
.
visit!
Resource
::
Repository
::
Commit
.
fabricate_via_api!
do
|
commit
|
...
...
@@ -122,7 +122,7 @@ module QA
Page
::
Group
::
Menu
.
perform
(
&
:go_to_dependency_proxy
)
Page
::
Group
::
DependencyProxy
.
perform
do
|
index
|
expect
(
index
).
to
have_blob_count
(
"Contains
2
blobs of images"
)
expect
(
index
).
to
have_blob_count
(
"Contains
1
blobs of images"
)
end
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment