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
|
# encoding: utf-8
|
||||||
require 'browser_test_helper'
|
require 'browser_test_helper'
|
||||||
|
|
||||||
class TicketCreate < ActiveSupport::TestCase
|
class CustomerTicketCreate < ActiveSupport::TestCase
|
||||||
test 'ticket create' do
|
test 'customer ticket create' do
|
||||||
tests = [
|
tests = [
|
||||||
{
|
{
|
||||||
:name => 'phone ticket',
|
:name => 'customer ticket create',
|
||||||
:action => [
|
:action => [
|
||||||
{
|
{
|
||||||
:execute => 'click',
|
:execute => 'click',
|
Loading…
Reference in a new issue