私は機能の一部を持っています
And I should see "Thank you for your interest. We will soon send an email with activation instructions." within "span class="notificationText""
と
自動生成されたステップ
Then /^I should see "([^"]*)" within "([^"]*)"notificationText"([^"]*)"$/ do |arg1, arg2, arg3|
end
私はそれを解釈することができません。次のテストをそれに合わせようとしています( http://www.cowboycoded.com/2011/01/05/better-web-steps-for-cucumber-with-capybara/から)が、どの引数を理解できません何のために立つ。
with_scope(select,:css_id) do
page.should have_selector("h1",:text=>text)
end