Skip to content

Commit 72788dc

Browse files
sam-gcyuchenshi
andauthored
Update packages-exp/auth-exp/test/integration/webdriver/util/test_runner.ts
Co-authored-by: Yuchen Shi <[email protected]>
1 parent cd0bb1f commit 72788dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-exp/test/integration/webdriver/util/test_runner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const SUITES: TempSuite[] = [];
4545
/** Main entry point for all WebDriver tests */
4646
export function browserDescribe(
4747
title: string,
48-
generator: (driver: AuthDriver, browser?: string) => void
48+
generator: (driver: AuthDriver, browser: string) => void
4949
): void {
5050
SUITES.push({
5151
title,

0 commit comments

Comments
 (0)