we should never use waitForTimeout. Try to fix app so that this or other timeouts are not needed. see list-utilities for code ```js // wait until the list was created and we're on its add/remove movies page await page.waitForURL(url => url.searchParams.has('listId')); ```