mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Fix formatting
This commit is contained in:
parent
53c3bf0ab3
commit
a3f70fd29b
@ -21,8 +21,8 @@ import * as os from "os";
|
||||
import * as crypto from "crypto";
|
||||
import * as fse from "fs-extra";
|
||||
|
||||
import { dockerCreateNetwork, dockerExec, dockerLogs, dockerRun, dockerStop } from "../docker";
|
||||
import { request } from "@playwright/test";
|
||||
import {dockerCreateNetwork, dockerExec, dockerLogs, dockerRun, dockerStop} from "../docker";
|
||||
import {request} from "@playwright/test";
|
||||
|
||||
|
||||
// A cypress plugins to add command to start & stop synapses in
|
||||
|
@ -13,11 +13,11 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
import { test } from '@playwright/test';
|
||||
import { synapseStart, synapseStop, registerUser } from "../plugins/synapsedocker";
|
||||
import { dexStart, dexStop } from "../plugins/dex";
|
||||
import type { DexInstance } from "../plugins/dex";
|
||||
import type { SynapseInstance } from "../plugins/synapsedocker";
|
||||
import {test} from '@playwright/test';
|
||||
import {synapseStart, synapseStop, registerUser} from "../plugins/synapsedocker";
|
||||
import {dexStart, dexStop} from "../plugins/dex";
|
||||
import type {DexInstance} from "../plugins/dex";
|
||||
import type {SynapseInstance} from "../plugins/synapsedocker";
|
||||
|
||||
test.describe("Login", () => {
|
||||
let synapse: SynapseInstance;
|
||||
|
@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
import { test } from '@playwright/test';
|
||||
import {test} from '@playwright/test';
|
||||
|
||||
test("App has no startup errors that prevent UI render", async ({ page }) => {
|
||||
await page.goto("/");
|
||||
|
Loading…
Reference in New Issue
Block a user