Renamed file.
This commit is contained in:
parent
85889010e8
commit
1662c8468b
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# encoding: utf-8
|
||||
require 'browser_test_helper'
|
||||
|
||||
class TicketCreate < ActiveSupport::TestCase
|
||||
test 'ticket create' do
|
||||
class CustomerTicketCreate < ActiveSupport::TestCase
|
||||
test 'customer ticket create' do
|
||||
tests = [
|
||||
{
|
||||
:name => 'phone ticket',
|
||||
:name => 'customer ticket create',
|
||||
:action => [
|
||||
{
|
||||
:execute => 'click',
|
Loading…
Reference in a new issue