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" {