(String salutation)
| 38 | } |
| 39 | |
| 40 | public LeadPage chooseSalutation(String salutation) { |
| 41 | chooseByText("Salutation", salutation); |
| 42 | return this; |
| 43 | } |
| 44 | |
| 45 | public LeadPage chooseLeadStatus() { |
| 46 | chooseByText("Lead Status", "Working - Contacted"); |
no test coverage detected