We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c812b commit 5f37aacCopy full SHA for 5f37aac
test/runner/browsers.js
@@ -64,7 +64,7 @@ export async function createBrowserWorker( url, browser, options, restarts = 0 )
64
worker = await createWorker( {
65
...browser,
66
url: encodeURI( url ),
67
- project: "jquery",
+ project: "jquery-color",
68
build: `Run ${ runId }`,
69
70
// This is the maximum timeout allowed
0 commit comments