Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>t3chguy/playwright-homeservers
parent
dc08e0245f
commit
f7170ea73e
|
@ -5,11 +5,9 @@ SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Com
|
||||||
Please see LICENSE files in the repository root for full details.
|
Please see LICENSE files in the repository root for full details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Fixtures } from "@playwright/test";
|
import { Fixtures } from "../../../element-web-test.ts";
|
||||||
|
|
||||||
import { Services } from "../../../services.ts";
|
export const uiaLongSessionTimeoutHomeserver: Fixtures = {
|
||||||
|
|
||||||
export const uiaLongSessionTimeoutHomeserver: Fixtures<{}, Services> = {
|
|
||||||
synapseConfigOptions: [
|
synapseConfigOptions: [
|
||||||
async ({ synapseConfigOptions }, use) => {
|
async ({ synapseConfigOptions }, use) => {
|
||||||
await use({
|
await use({
|
||||||
|
|
Loading…
Reference in New Issue