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
include PageObject
include DataMagic
def submit_forgot_password(data = {})
populate_page_with data_for(:forgot_password_page, data)
end
end
After I ran the test the following error is displayed:
gems/data_magic-1.2/lib/data_magic/standard_translation.rb:187: Passing name with the 1st argument of email is deprecated. Use keyword argument like email(name: ...) instead.
The text was updated successfully, but these errors were encountered:
My code in default.yml is:
and in forgot_password_page.rb is:
After I ran the test the following error is displayed:
The text was updated successfully, but these errors were encountered: