Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen van Bergerem <svbergerem@omgsrsly.net>2017-08-30 13:24:38 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2017-08-31 03:44:53 +0300
commit473cc2518b599561e87cf35fa1cca30aef403759 (patch)
treeab8ae9c3f02213260b4ea8b81f8da94754dbb741 /features
parent7457f254c1dc1cac905e311a6f5f27b0e9e09684 (diff)
Replace comment_box with comment-box
Diffstat (limited to 'features')
-rw-r--r--features/step_definitions/comment_steps.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/step_definitions/comment_steps.rb b/features/step_definitions/comment_steps.rb
index 585cb84f9..cc79cae7b 100644
--- a/features/step_definitions/comment_steps.rb
+++ b/features/step_definitions/comment_steps.rb
@@ -40,5 +40,5 @@ Given /^"([^"]*)" has commented a lot on "([^"]*)"$/ do |email, post_text|
end
When /^I enter "([^"]*)" in the comment field$/ do |comment_text|
- find("textarea.comment_box.mention-textarea").native.send_keys(comment_text)
+ find("textarea.comment-box.mention-textarea").native.send_keys(comment_text)
end