Skip to content

Commit ebc8486

Browse files
committed
Issue #862: tidying
1 parent ba44377 commit ebc8486

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

scripts/test/Selenium/Agent/AgentTicketCompose.t

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,20 @@
1616

1717
use strict;
1818
use warnings;
19+
use v5.24;
1920
use utf8;
2021

22+
# core modules
23+
24+
# CPAN modules
2125
use Test2::V0;
2226

23-
# Set up the test driver $Self when we are running as a standalone script.
24-
use Kernel::System::UnitTest::RegisterDriver;
25-
use Kernel::Language;
27+
# OTOBO modules
28+
use Kernel::System::UnitTest::RegisterDriver; # Set up $Self and $Kernel::OM
29+
use Kernel::System::UnitTest::Selenium;
2630

2731
our $Self;
2832

29-
# OTOBO modules
30-
use Kernel::System::UnitTest::Selenium;
3133
my $Selenium = Kernel::System::UnitTest::Selenium->new( LogExecuteCommandActive => 1 );
3234

3335
$Selenium->RunTest(

0 commit comments

Comments
 (0)