mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
Move functional tab pages out of separate webviews.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -18,8 +18,7 @@ test("new-org-link", async (t) => {
|
||||
const mainWindow = await take(windows);
|
||||
t.equal(await mainWindow.title(), "Zulip");
|
||||
|
||||
const mainWebview = await take(windows);
|
||||
await mainWebview.click("#open-create-org-link");
|
||||
await mainWindow.click("#open-create-org-link");
|
||||
} finally {
|
||||
await setup.endTest(app);
|
||||
}
|
||||
|
Reference in New Issue
Block a user