test: MISSING_MATRIX_RTC_FOCUS renamed as MISSING_MATRIX_RTC_TRANSPORT
This commit is contained in:
@@ -106,7 +106,7 @@ test("should render the error page with link back to home", async () => {
|
|||||||
await screen.findByText("Call is not supported");
|
await screen.findByText("Call is not supported");
|
||||||
expect(screen.getByText(/Domain: example\.com/i)).toBeInTheDocument();
|
expect(screen.getByText(/Domain: example\.com/i)).toBeInTheDocument();
|
||||||
expect(
|
expect(
|
||||||
screen.getByText(/Error Code: MISSING_MATRIX_RTC_FOCUS/i),
|
screen.getByText(/Error Code: MISSING_MATRIX_RTC_TRANSPORT/i),
|
||||||
).toBeInTheDocument();
|
).toBeInTheDocument();
|
||||||
|
|
||||||
await screen.findByRole("button", { name: "Return to home screen" });
|
await screen.findByRole("button", { name: "Return to home screen" });
|
||||||
|
|||||||
@@ -292,7 +292,7 @@ exports[`should have a close button in widget mode 1`] = `
|
|||||||
Call is not supported
|
Call is not supported
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<p>
|
||||||
The server is not configured to work with Element Call. Please contact your server admin (Domain: example.com, Error Code: MISSING_MATRIX_RTC_FOCUS).
|
The server is not configured to work with Element Call. Please contact your server admin (Domain: example.com, Error Code: MISSING_MATRIX_RTC_TRANSPORT).
|
||||||
</p>
|
</p>
|
||||||
<button
|
<button
|
||||||
class="_button_vczzf_8"
|
class="_button_vczzf_8"
|
||||||
@@ -445,7 +445,7 @@ exports[`should render the error page with link back to home 1`] = `
|
|||||||
Call is not supported
|
Call is not supported
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<p>
|
||||||
The server is not configured to work with Element Call. Please contact your server admin (Domain: example.com, Error Code: MISSING_MATRIX_RTC_FOCUS).
|
The server is not configured to work with Element Call. Please contact your server admin (Domain: example.com, Error Code: MISSING_MATRIX_RTC_TRANSPORT).
|
||||||
</p>
|
</p>
|
||||||
<button
|
<button
|
||||||
class="_button_vczzf_8 homeLink"
|
class="_button_vczzf_8 homeLink"
|
||||||
@@ -598,7 +598,7 @@ exports[`should report correct error for 'Call is not supported' 1`] = `
|
|||||||
Call is not supported
|
Call is not supported
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<p>
|
||||||
The server is not configured to work with Element Call. Please contact your server admin (Domain: example.com, Error Code: MISSING_MATRIX_RTC_FOCUS).
|
The server is not configured to work with Element Call. Please contact your server admin (Domain: example.com, Error Code: MISSING_MATRIX_RTC_TRANSPORT).
|
||||||
</p>
|
</p>
|
||||||
<button
|
<button
|
||||||
class="_button_vczzf_8 homeLink"
|
class="_button_vczzf_8 homeLink"
|
||||||
|
|||||||
Reference in New Issue
Block a user