We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfae0c2 + b4bafd7 commit 6f5941eCopy full SHA for 6f5941e
packages/element-web-playwright-common/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@element-hq/element-web-playwright-common",
3
"type": "module",
4
- "version": "1.4.5",
+ "version": "1.4.6",
5
"license": "SEE LICENSE IN README.md",
6
"repository": {
7
"type": "git",
packages/element-web-playwright-common/src/testcontainers/mas.ts
@@ -186,9 +186,9 @@ export class MatrixAuthenticationServiceContainer extends GenericContainer {
186
const port = await getFreePort();
187
188
this.config.http = {
189
+ ...this.config.http,
190
public_base: `http://localhost:${port}/`,
191
issuer: `http://localhost:${port}/`,
- ...this.config.http,
192
};
193
194
this.withExposedPorts({
0 commit comments