pause_test
This helper is intended only for dev purposes. It allows you to pause a test while still being able to interact with the browser. Usage: ``` it "works" do visit("/") pause_test expect(page).to have_css(".foo") end ```
change { … }.by(0)