[Git][noosfero/noosfero][master] 2 commits: environment_notification: Fix selenium test

Antonio Terceiro gitlab at mg.gitlab.com
Thu Jan 21 10:20:22 BRST 2016


Antonio Terceiro pushed to branch master at Noosfero / noosfero


Commits:
9d4d8338 by Rodrigo Siqueira at 2016-01-20T17:45:01-02:00
environment_notification: Fix selenium test

Signed-off-by: Alexandre Barbosa <alexandreab at live.com>
Signed-off-by: Rodrigo Siqueira <siqueira at kuniri.org>
Signed-off-by: Daniela Soares Feitosa <danielafeitosa at colivre.coop.br>

- - - - -
9f350434 by Antonio Terceiro at 2016-01-21T12:20:03+00:00
Merge branch 'environment_notification' into 'master'

environment_notification: Fix selenium test

Signed-off-by: Alexandre Barbosa <alexandreab at live.com>
Signed-off-by: Rodrigo Siqueira <siqueira at kuniri.org>
Signed-off-by: Daniela Soares Feitosa <danielafeitosa at colivre.coop.br>

See merge request !770
- - - - -


1 changed file:

- features/step_definitions/tiny_mce_steps.rb


Changes:

=====================================
features/step_definitions/tiny_mce_steps.rb
=====================================
--- a/features/step_definitions/tiny_mce_steps.rb
+++ b/features/step_definitions/tiny_mce_steps.rb
@@ -1,6 +1,6 @@
 Then /^The tinymce "(.+)" should be "(.+)"$/ do |item, content|
   item_value = page.evaluate_script("tinyMCE.activeEditor.getParam('#{item}');")
-  assert_equal item_value.to_s, content
+  item_value.to_s.should == content
 end
 
 Then /^The tinymce "(.+)" should contain "(.+)"$/ do |item, content|



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/85f53985dbe71bd6a6bcea7a0127747c97293474...9f350434e2533975aa97a0179d9cbcb2a9fd052d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20160121/8e9e7ea0/attachment.html>


More information about the Noosfero-dev mailing list