Skip to content

Commit 2b8f353

Browse files
committed
Fix E2E tests broken by chat.zulip.org web-public streams.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 544d23e commit 2b8f353

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"version": "5.9.3",
23
"productName": "ZulipTest",
34
"main": "../app/main/index.js"
45
}

tests/test-add-organization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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", "chat.zulip.org");
19+
await mainWindow.fill(".setting-input-value", "zulip-desktop-test.zulipchat.com");
2020
await mainWindow.click("#connect");
2121

2222
const orgWebview = await take(windows);

0 commit comments

Comments
 (0)