We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba44377 commit ebc8486Copy full SHA for ebc8486
scripts/test/Selenium/Agent/AgentTicketCompose.t
@@ -16,18 +16,20 @@
16
17
use strict;
18
use warnings;
19
+use v5.24;
20
use utf8;
21
22
+# core modules
23
+
24
+# CPAN modules
25
use Test2::V0;
26
-# Set up the test driver $Self when we are running as a standalone script.
-use Kernel::System::UnitTest::RegisterDriver;
-use Kernel::Language;
27
+# OTOBO modules
28
+use Kernel::System::UnitTest::RegisterDriver; # Set up $Self and $Kernel::OM
29
+use Kernel::System::UnitTest::Selenium;
30
31
our $Self;
32
-# OTOBO modules
-use Kernel::System::UnitTest::Selenium;
33
my $Selenium = Kernel::System::UnitTest::Selenium->new( LogExecuteCommandActive => 1 );
34
35
$Selenium->RunTest(
0 commit comments