Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit c6e5fd7

Browse files
committed
Improve the err in browser type test
1 parent 30fab3a commit c6e5fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chromium/browser_type_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func TestBrowserTypeFlags(t *testing.T) {
123123
var bt BrowserType
124124
f := bt.flags(&common.LaunchOptions{})
125125

126-
assert.Containsf(t, f, zoomFlag, "darwin should disable %q", zoomFlag)
126+
assert.Containsf(t, f, zoomFlag, "%q should exist for OSX (darwin)", zoomFlag)
127127

128128
flag, ok := f[zoomFlag].(bool)
129129
require.Truef(t, ok, "%q should be a bool", zoomFlag)

0 commit comments

Comments
 (0)