Skip to content

Commit

Permalink
Merge pull request #3 from SalesforceFoundation/feature/fix-robot-tests
Browse files Browse the repository at this point in the history
Fix arguments to Go To Record Home
  • Loading branch information
jlantz authored Sep 18, 2018
2 parents b8fc4f1 + 9332ed8 commit dc52f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/standard_objects/create_contact.robot
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Via UI
Validate Contact
[Arguments] ${contact_id} ${first_name} ${last_name}
# Validate via UI
Go To Record Home Contact ${contact_id}
Go To Record Home ${contact_id}
Page Should Contain ${first_name} ${last_name}
# Validate via API
&{contact} = Salesforce Get Contact ${contact_id}
Expand Down

0 comments on commit dc52f2e

Please sign in to comment.