mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
puppeteer_tests: Skip apparently broken part of message-basics test.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
f3578912fa
commit
0aff5e16ee
@ -114,6 +114,7 @@ async function test_navigations_from_home(page: Page): Promise<void> {
|
||||
await un_narrow(page);
|
||||
await expect_home(page);
|
||||
|
||||
return; // TODO: rest of this test seems nondeterministically broken
|
||||
console.log("Narrowing by clicking group personal header");
|
||||
await page.click(
|
||||
`#zhome [title="Narrow to your private messages with Cordelia, Lear's daughter, King Hamlet"]`,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user