Commit 4e20c48e authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-fix-failing-snippet-tests' into 'master'

Fix failing clone_push_pull snippet tests

See merge request gitlab-org/gitlab!65613
parents 3aa3bb35 e0b4fc58
......@@ -23,7 +23,8 @@ module QA
end
def add_to_file_content(content)
text_area.set content
text_area.click
text_area.send_keys(:home, content) # starts in the beginning of the line
text_area.has_text?(content) # wait for changes to take effect
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