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/file/shared/editor.rb')
-rw-r--r--qa/qa/page/file/shared/editor.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/page/file/shared/editor.rb b/qa/qa/page/file/shared/editor.rb
index dab02c1e34f..f392d52747e 100644
--- a/qa/qa/page/file/shared/editor.rb
+++ b/qa/qa/page/file/shared/editor.rb
@@ -11,7 +11,7 @@ module QA
super
base.view 'app/views/projects/blob/_editor.html.haml' do
- element :editor
+ element :source_editor_preview_container
end
end
@@ -30,7 +30,7 @@ module QA
private
def text_area
- within_element :editor do
+ within_element :source_editor_preview_container do
find('textarea', visible: false)
end
end