Commit 3c67fbba authored by Andrejs Cunskis's avatar Andrejs Cunskis

Add testcase link to merge request import spec

parent 13be71af
......@@ -216,7 +216,10 @@ module QA
source_mr # fabricate mr for import
end
it 'successfully imports merge request' do
it(
'successfully imports merge request',
tesecase: "https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348478"
) do
expect_import_finished
expect(imported_mrs.count).to eq(1)
......
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