mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
477a67e4fb
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.