Commit f5f4e40c authored by Dan Davison's avatar Dan Davison

Merge branch 'dj-update-maven-test' into 'master'

Update text expectation for Maven QA test

Closes gitlab-org/quality/team-tasks#647

See merge request gitlab-org/gitlab!42017
parents 1116c267 4e886cd4
......@@ -22,7 +22,7 @@ module QA
end
end
it 'publishes a maven package and deletes it', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/943', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/247281', type: :investigating } do
it 'publishes a maven package and deletes it', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/943' do
uri = URI.parse(Runtime::Scenario.gitlab_address)
gitlab_address_with_port = "#{uri.scheme}://#{uri.host}:#{uri.port}"
pom_xml = {
......@@ -95,7 +95,7 @@ module QA
end
Page::Project::Packages::Index.perform do |index|
expect(index).to have_content("Package was removed")
expect(index).to have_content("Package deleted successfully")
expect(index).to have_no_package(package_name)
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