You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please provide 'Given a patient exists' step declaring.
Example:
When /^I select "([^"]*)" aspect as well$/ do |aspect_name|
within('#aspects_list') do
click_link aspect_name
end
step %Q(I should see "#{aspect_name}" aspect selected)
end
And please provide path to the file, where current declaration exists
Like :"Given a patient exists
And specialist type exists"
settings.json
{
"cucumberautocomplete.steps": [
"features/step_definitions/**/*.rb"
]
}
The text was updated successfully, but these errors were encountered: