mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 04:53:17 +00:00
Reformat with Prettier.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -16,7 +16,10 @@ test("add-organization", async (t) => {
|
||||
const mainWindow = await take(windows);
|
||||
t.equal(await mainWindow.title(), "Zulip");
|
||||
|
||||
await mainWindow.fill(".setting-input-value", "zulip-desktop-test.zulipchat.com");
|
||||
await mainWindow.fill(
|
||||
".setting-input-value",
|
||||
"zulip-desktop-test.zulipchat.com",
|
||||
);
|
||||
await mainWindow.click("#connect");
|
||||
|
||||
const orgWebview = await take(windows);
|
||||
|
||||
Reference in New Issue
Block a user