Commit 5932a9ca authored by Sofia Vistas's avatar Sofia Vistas Committed by Sanad Liaquat

Fixes blob counts of images on dependency proxy

parent 2b63a368
......@@ -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
......
Markdown is supported
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