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/dashboard/todos.rb')
-rw-r--r--qa/qa/page/dashboard/todos.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/page/dashboard/todos.rb b/qa/qa/page/dashboard/todos.rb
index 74283f46928..94fd20b80ab 100644
--- a/qa/qa/page/dashboard/todos.rb
+++ b/qa/qa/page/dashboard/todos.rb
@@ -19,7 +19,7 @@ module QA
view 'app/helpers/dropdowns_helper.rb' do
element :dropdown_input_field
- element :dropdown_list_content
+ element 'dropdown-list-content'
end
def has_todo_list?
@@ -35,7 +35,7 @@ module QA
fill_element(:dropdown_input_field, group.path)
- within_element(:dropdown_list_content) do
+ within_element('dropdown-list-content') do
click_on group.path
end