mirror of
https://github.com/discourse/discourse.git
synced 2025-04-14 16:02:56 +08:00

Why this change? `expect(page.title).to starts_with("...")` does not rely on capybara waiters. This commit switches us to use `have_title` instead which will rely on Capybara waiters.