mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
[Ubuntu] Test firefox without sudo (#7571)
This commit is contained in:
committed by
GitHub
parent
4fe7f6bc86
commit
3ae81a0835
@@ -1,6 +1,6 @@
|
|||||||
Describe "Firefox" {
|
Describe "Firefox" {
|
||||||
It "Firefox" {
|
It "Firefox" {
|
||||||
"sudo -i firefox --version" | Should -ReturnZeroExitCode
|
"firefox --version" | Should -ReturnZeroExitCode
|
||||||
}
|
}
|
||||||
|
|
||||||
It "Geckodriver" {
|
It "Geckodriver" {
|
||||||
|
|||||||
Reference in New Issue
Block a user