Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/search/results.rb')
-rw-r--r--qa/qa/page/search/results.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/page/search/results.rb b/qa/qa/page/search/results.rb
index a04fd9092d1..9e56d000070 100644
--- a/qa/qa/page/search/results.rb
+++ b/qa/qa/page/search/results.rb
@@ -16,7 +16,7 @@ module QA
end
view 'app/views/shared/projects/_project.html.haml' do
- element :project_content
+ element 'project-content'
end
def switch_to_code
@@ -40,7 +40,7 @@ module QA
end
def has_project?(project_name)
- has_element?(:project_content, project_name: project_name)
+ has_element?('project-content', project_name: project_name)
end
private