From f0095753025eb462842b78860ceb17ffd260b561 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 17 Jul 2013 23:23:31 +0200 Subject: [PATCH] Fixed order. --- test/browser/text_module_test.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/browser/text_module_test.rb b/test/browser/text_module_test.rb index 5866789fe..8d6c75eef 100644 --- a/test/browser/text_module_test.rb +++ b/test/browser/text_module_test.rb @@ -181,17 +181,17 @@ class TextModuleTest < TestCase :execute => 'click', :css => 'a[href="#ticket_create/call_inbound"]', }, - { - :where => :instance2, - :execute => 'click', - :css => 'a[href="#new"]', - }, { :where => :instance2, :execute => 'set', :css => '.active input[name=subject]', :value => 'A', }, + { + :where => :instance2, + :execute => 'click', + :css => 'a[href="#new"]', + }, { :where => :instance2, :execute => 'click',