Skip to content

Commit

Permalink
Tests: Fix project name for any BrowserStack runs
Browse files Browse the repository at this point in the history
- this was accidentally copied over from core

Closes gh-137
  • Loading branch information
timmywil authored Jun 3, 2024
1 parent 86c812b commit 5f37aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runner/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export async function createBrowserWorker( url, browser, options, restarts = 0 )
worker = await createWorker( {
...browser,
url: encodeURI( url ),
project: "jquery",
project: "jquery-color",
build: `Run ${ runId }`,

// This is the maximum timeout allowed
Expand Down

0 comments on commit 5f37aac

Please sign in to comment.