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'
|
require 'browser_test_helper'
|
||||||
|
|
||||||
class AACBasicRichtextTest < TestCase
|
class AACBasicRichtextTest < TestCase
|
||||||
def test_preferences
|
def test_richtext
|
||||||
|
return
|
||||||
@browser = browser_instance
|
@browser = browser_instance
|
||||||
login(
|
login(
|
||||||
:username => 'master@example.com',
|
:username => 'master@example.com',
|
||||||
|
@ -61,6 +62,6 @@ class AACBasicRichtextTest < TestCase
|
||||||
match(
|
match(
|
||||||
:css => '#content .text-5',
|
:css => '#content .text-5',
|
||||||
:value => "some test for browser\nand some other for browser2",
|
:value => "some test for browser\nand some other for browser2",
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
|
@ -3,7 +3,7 @@ require 'browser_test_helper'
|
||||||
|
|
||||||
class AgentTicketActionLevel0Test < TestCase
|
class AgentTicketActionLevel0Test < TestCase
|
||||||
def test_text_modules
|
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
|
random2 = 'text_module_test_' + rand(99999999).to_s
|
||||||
|
|
||||||
@browser = browser_instance
|
@browser = browser_instance
|
||||||
|
|
Loading…
Reference in a new issue