What exactly goes here in this method? And /^I dismiss popup$/ do popup.dismiss{ ##block that triggers confirmation dialog ??? what goes here #can i do something like click_by_name "Cancel" } end
What exactly goes here in this method?
And /^I dismiss popup$/ do
popup.dismiss{
##block that triggers confirmation dialog ??? what goes here
#can i do something like
click_by_name "Cancel"
}
end