Renamed file.

This commit is contained in:
Martin Edenhofer 2014-08-18 09:00:23 +02:00
parent 69ac68594b
commit a0c15166ae

View file

@ -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',