mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
fix: pass full grid url to agent (#13438)
This commit is contained in:
parent
916dd1e698
commit
212c665152
@ -332,7 +332,7 @@ export class GridServer {
|
||||
const initPromise = Promise.resolve()
|
||||
.then(() => this._factory.launch({
|
||||
agentId: agent.agentId,
|
||||
gridURL: this._server.urlPrefix(),
|
||||
gridURL: this.urlPrefix(),
|
||||
playwrightVersion: getPlaywrightVersion(),
|
||||
})).then(() => {
|
||||
this._log('created');
|
||||
|
Loading…
Reference in New Issue
Block a user