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
path: root/qa
diff options
context:
space:
mode:
authorroot <root@localhost>2024-01-24 15:59:12 +0300
committerroot <root@localhost>2024-01-24 15:59:12 +0300
commitd187126b67a3e9122c843cdd3db69aead5e1bda8 (patch)
treeea37e9f4c4b7dde35439225091ccd881c6e3c121 /qa
parentaf5193aa3cc159fd7d08be988bd00f1921077117 (diff)
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/component/issue_board/show.rb2
-rw-r--r--qa/qa/page/project/web_ide/vscode.rb2
2 files changed, 2 insertions, 2 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
diff --git a/qa/qa/page/project/web_ide/vscode.rb b/qa/qa/page/project/web_ide/vscode.rb
index d7fbd3b0458..90cd3594bf5 100644
--- a/qa/qa/page/project/web_ide/vscode.rb
+++ b/qa/qa/page/project/web_ide/vscode.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-# VSCode WebIDE is built off an iFrame application therefore we are unable to use `qa-selectors`
+# VSCode WebIDE is built off an iFrame application therefore we are unable to use `testids`
module QA
module Page
module Project