mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
tests: Fix E2E tests for Spectron 11.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -12,7 +12,7 @@ test('new-org-link', async t => {
|
||||
try {
|
||||
await setup.waitForLoad(app, t);
|
||||
await app.client.windowByIndex(1); // Focus on webview
|
||||
await app.client.click('#open-create-org-link'); // Click on new org link button
|
||||
await (await app.client.$('#open-create-org-link')).click(); // Click on new org link button
|
||||
await setup.wait(5000);
|
||||
await setup.endTest(app, t);
|
||||
} catch (error) {
|
||||
|
Reference in New Issue
Block a user