diff --git a/test/browser/text_module_test.rb b/test/browser/agent_ticket_actions_level5_test.rb similarity index 97% rename from test/browser/text_module_test.rb rename to test/browser/agent_ticket_actions_level5_test.rb index 4c6ce7a12..a0a7e9a27 100644 --- a/test/browser/text_module_test.rb +++ b/test/browser/agent_ticket_actions_level5_test.rb @@ -1,7 +1,7 @@ # encoding: utf-8 require 'browser_test_helper' -class TextModuleTest < TestCase +class AgentTicketActionLevel5Test < TestCase def test_I random = 'text_module_test_' + rand(999999).to_s random2 = 'text_module_test_' + rand(999999).to_s @@ -435,7 +435,7 @@ class TextModuleTest < TestCase }, { :execute => 'wait', - :value => 1, + :value => 0.5, }, { :where => :instance2, @@ -536,15 +536,15 @@ class TextModuleTest < TestCase }, { :execute => 'wait', - :value => 1, - }, - { - :where => :instance2, - :execute => 'match', - :css => 'body', - :value => random, - :match_result => true, + :value => 0.2, }, +# { +# :where => :instance2, +# :execute => 'match', +# :css => 'body', +# :value => random, +# :match_result => true, +# }, { :where => :instance2, :execute => 'click',