LoginSignup
2
1

More than 5 years have passed since last update.

[Rails][RSpec][Capybara][poltergeist] confirm ダイアログでOKを選択する

Posted at

poltergeist を使用している場合、自動で OK が選択されるため、

expect { click_link I18n.t('post.edit.destroy') }.to change { Post.count }.by(-1)

こんな感じで何もする必要がない。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1