Commit e16a692a authored by Anastasia McDonald's avatar Anastasia McDonald Committed by Denys Mishunov

Fix failing e2e tests

Replace #editor with an alternative css selector
parent 7ba4cc53
...@@ -79,7 +79,7 @@ module QA ...@@ -79,7 +79,7 @@ module QA
private private
def text_area def text_area
find('#editor textarea', visible: false) find('.monaco-editor textarea', visible: false)
end end
end end
end end
......
...@@ -26,7 +26,7 @@ module QA ...@@ -26,7 +26,7 @@ module QA
private private
def text_area def text_area
find('#editor textarea', visible: false) find('.monaco-editor textarea', visible: false)
end end
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment