From 9235742977cfe271d47f371cf27eea0846b00439 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Mon, 3 Jun 2024 10:09:44 -0400 Subject: [PATCH] Tests: fix project name for any BrowserStack runs - this was accidentally copied over from core --- test/runner/browsers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runner/browsers.js b/test/runner/browsers.js index 1ddccdf..f0d39fb 100644 --- a/test/runner/browsers.js +++ b/test/runner/browsers.js @@ -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