Commit 0214d07d authored by Dan Davison's avatar Dan Davison

Merge branch 'egb-dequarantine-es-ui-tests' into 'master'

Dequarantine search UI tests

See merge request gitlab-org/gitlab!84426
parents 901508a9 9fc9a9bd
...@@ -31,7 +31,7 @@ module QA ...@@ -31,7 +31,7 @@ module QA
end.project.visit! end.project.visit!
end end
it 'tests reindexing after push', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/350036', type: :investigating }, retry: 3, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348040' do it 'tests reindexing after push', retry: 3, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348040' do
expect { Runtime::Search.find_code(project_file_name, project_file_content) }.not_to raise_error expect { Runtime::Search.find_code(project_file_name, project_file_content) }.not_to raise_error
QA::Page::Main::Menu.perform do |menu| QA::Page::Main::Menu.perform do |menu|
...@@ -45,7 +45,7 @@ module QA ...@@ -45,7 +45,7 @@ module QA
end end
end end
it 'tests reindexing after webIDE', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/356978', type: :investigating }, retry: 3, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347629' do it 'tests reindexing after webIDE', retry: 3, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347629' do
template = { template = {
file_name: 'LICENSE', file_name: 'LICENSE',
name: 'Mozilla Public License 2.0', name: 'Mozilla Public License 2.0',
......
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