Skip to content

Commit

Permalink
Issue #760: accept indention proposed by Perl::Tidy
Browse files Browse the repository at this point in the history
It's a bit strange, but it does not matter for commented out code.
  • Loading branch information
bschmalhofer committed May 23, 2021
1 parent bce81ed commit 4a842c6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/test/Selenium/Agent/Admin/AdminPackageManager.t
Original file line number Diff line number Diff line change
Expand Up @@ -230,14 +230,14 @@ $Selenium->RunTest(

$NavigateToAdminPackageManager->();

# The notification PackageManagerCheckNotVerifiedPackages.pm no longer exists in OTOBO.
# This means that there is no warning about unverified packages.
#$Self->True(
# $Selenium->execute_script(
# 'return $("div.MessageBox.Error p:contains(\'The installation of packages which are not verified by the OTOBO Team is activated. These packages could threaten your whole system! It is recommended not to use unverified packages.\')").length',
# ),
# 'Install warning for not verified packages is displayed',
#);
# The notification PackageManagerCheckNotVerifiedPackages.pm no longer exists in OTOBO.
# This means that there is no warning about unverified packages.
#$Self->True(
# $Selenium->execute_script(
# 'return $("div.MessageBox.Error p:contains(\'The installation of packages which are not verified by the OTOBO Team is activated. These packages could threaten your whole system! It is recommended not to use unverified packages.\')").length',
# ),
# 'Install warning for not verified packages is displayed',
#);

$Selenium->find_element( '#FileUpload', 'css' )->send_keys($Location);

Expand Down

0 comments on commit 4a842c6

Please sign in to comment.