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()
|
const initPromise = Promise.resolve()
|
||||||
.then(() => this._factory.launch({
|
.then(() => this._factory.launch({
|
||||||
agentId: agent.agentId,
|
agentId: agent.agentId,
|
||||||
gridURL: this._server.urlPrefix(),
|
gridURL: this.urlPrefix(),
|
||||||
playwrightVersion: getPlaywrightVersion(),
|
playwrightVersion: getPlaywrightVersion(),
|
||||||
})).then(() => {
|
})).then(() => {
|
||||||
this._log('created');
|
this._log('created');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue