diff --git a/frontend_tests/puppeteer_tests/subscriptions.ts b/frontend_tests/puppeteer_tests/subscriptions.ts index 13bad8a2b0cf6..4f7bd0ea8e6c2 100644 --- a/frontend_tests/puppeteer_tests/subscriptions.ts +++ b/frontend_tests/puppeteer_tests/subscriptions.ts @@ -81,6 +81,9 @@ async function test_subscription_button(page: Page): Promise { async function click_create_new_stream(page: Page): Promise { await page.click("#add_new_subscription .create_stream_button"); + await page.waitForSelector(".finalize_create_stream", {visible: true}); + + // sanity check that desdemona is the initial subsscriber await await_user_visible(page, "desdemona"); }