Skip to content

Commit 493ae06

Browse files
committed
Reformat with Prettier.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 2b8f353 commit 493ae06

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test-add-organization.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ test("add-organization", async (t) => {
1616
const mainWindow = await take(windows);
1717
t.equal(await mainWindow.title(), "Zulip");
1818

19-
await mainWindow.fill(".setting-input-value", "zulip-desktop-test.zulipchat.com");
19+
await mainWindow.fill(
20+
".setting-input-value",
21+
"zulip-desktop-test.zulipchat.com",
22+
);
2023
await mainWindow.click("#connect");
2124

2225
const orgWebview = await take(windows);

0 commit comments

Comments
 (0)