Improved code layout.
This commit is contained in:
parent
ee8b309d7e
commit
8cc386a10c
2 changed files with 4 additions and 3 deletions
|
@ -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',
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue