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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-04 00:08:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-04 00:08:59 +0300
commite643b1a37690e16a3683aea0a3369e9723e17a35 (patch)
tree8f5d606291b2827eafac76b3413fe2793860317e /qa
parentb9b477a3f1e64590e087cfe2cc21c9d5bd448756 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/component/wiki_page_form.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/qa/qa/page/component/wiki_page_form.rb b/qa/qa/page/component/wiki_page_form.rb
index 74b6c6b2d5e..22b9a4c8b0d 100644
--- a/qa/qa/page/component/wiki_page_form.rb
+++ b/qa/qa/page/component/wiki_page_form.rb
@@ -48,7 +48,9 @@ module QA
end
def use_new_editor
- click_element(:editing_mode_button, mode: 'Edit rich text')
+ within_element(:editing_mode_button) do
+ find('label', text: 'Rich text').click
+ end
wait_until(reload: false) do
has_element?(:content_editor_container)