https://github.com/mugi-uno/nezumi
fill_in 'staff_password', with: 'password'
click_on 'LOGIN'
page.all('div', text: /\Aテキスト\z/)
assert_selector('div', text: /\Aテキスト\z/, count: 1)
page.all('tr.order-record').count
assert_selector('.order-record', count: 2)