Skip to content

Commit 5f37aac

Browse files
authored
Tests: Fix project name for any BrowserStack runs
- this was accidentally copied over from core Closes gh-137
1 parent 86c812b commit 5f37aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runner/browsers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export async function createBrowserWorker( url, browser, options, restarts = 0 )
6464
worker = await createWorker( {
6565
...browser,
6666
url: encodeURI( url ),
67-
project: "jquery",
67+
project: "jquery-color",
6868
build: `Run ${ runId }`,
6969

7070
// This is the maximum timeout allowed

0 commit comments

Comments
 (0)