Skip to content
Snippets Groups Projects
Commit 3c414087 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

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
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment