Generally speaking we never want to do: ``` expect(element.text).to eq("foo") ``` As these are rspec matchers and do not add further Capybara-style waiting specifically for the text content to become present.