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 a new issue