Add firefox to Ubuntu24.04 image (#10589)

Co-authored-by: Mohammed Junaid <mohammedjunaid@Mohammeds-MacBook-Pro.local>
This commit is contained in:
ijunaidm
2024-09-12 01:43:36 +05:30
committed by GitHub
parent ff9acc6401
commit b60b7ab30f
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
Describe "Firefox" -Skip:((-not (Test-IsUbuntu20)) -and (-not (Test-IsUbuntu22))) {
Describe "Firefox" {
It "Firefox" {
"firefox --version" | Should -ReturnZeroExitCode
}