我在我的场景中有这条线,第二条失败了:
Then I should see "blogger_1"
And I should not see "blogger_2"
And I should not see "blogger_2" # features/step_definitions/web_steps.rb:147
expected #has_no_content?("blogger_2") to return true, got false (RSpec::Expectations::ExpectationNotMetError)
./features/step_definitions/web_steps.rb:149:in `/^(?:|I )should not see "([^"]*)"$/'
features/merge_articles.feature:46:in `And I should not see "blogger_2"'
有一个来自 cpybara 的保存页面: