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/component/issue_board/show.rb')
-rw-r--r--qa/qa/page/component/issue_board/show.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/component/issue_board/show.rb b/qa/qa/page/component/issue_board/show.rb
index 6fbe2b7036c..39017f43746 100644
--- a/qa/qa/page/component/issue_board/show.rb
+++ b/qa/qa/page/component/issue_board/show.rb
@@ -85,7 +85,7 @@ module QA
def click_boards_dropdown_button
# The dropdown button comes from the `GlDropdown` component of `@gitlab/ui`,
- # so it wasn't possible to add a `data-qa-selector` to it.
+ # so it wasn't possible to add a `data-testid` to it.
find_element('boards-dropdown').find('button').click
end