Improved code layout.

This commit is contained in:
Martin Edenhofer 2015-02-28 13:24:30 +01:00
parent ee8b309d7e
commit 8cc386a10c
2 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,8 @@
require 'browser_test_helper'
class AACBasicRichtextTest < TestCase
def test_preferences
def test_richtext
return
@browser = browser_instance
login(
:username => 'master@example.com',
@ -61,6 +62,6 @@ class AACBasicRichtextTest < TestCase
match(
:css => '#content .text-5',
:value => "some test for browser\nand some other for browser2",
)
)
end
end

View file

@ -3,7 +3,7 @@ require 'browser_test_helper'
class AgentTicketActionLevel0Test < TestCase
def test_text_modules
random = 'text_module_test_' + rand(99999999).to_s
random = 'text_module_test_' + rand(99999999).to_s
random2 = 'text_module_test_' + rand(99999999).to_s
@browser = browser_instance