From 3ae81a08355707e7ce882a86d4dddc98a2c535fb Mon Sep 17 00:00:00 2001 From: Vasilii Polikarpov <126792224+vpolikarpov-akvelon@users.noreply.github.com> Date: Thu, 11 May 2023 10:21:01 +0200 Subject: [PATCH] [Ubuntu] Test firefox without sudo (#7571) --- images/linux/scripts/tests/Browsers.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/tests/Browsers.Tests.ps1 b/images/linux/scripts/tests/Browsers.Tests.ps1 index 3b920351b..1ea5230f3 100644 --- a/images/linux/scripts/tests/Browsers.Tests.ps1 +++ b/images/linux/scripts/tests/Browsers.Tests.ps1 @@ -1,6 +1,6 @@ Describe "Firefox" { It "Firefox" { - "sudo -i firefox --version" | Should -ReturnZeroExitCode + "firefox --version" | Should -ReturnZeroExitCode } It "Geckodriver" {