MCPcopy Create free account
hub / github.com/TestLeafInc/Simba / chooseSalutation

Method chooseSalutation

src/test/java/page/services/LeadPage.java:40–43  ·  view source on GitHub ↗
(String salutation)

Source from the content-addressed store, hash-verified

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");

Callers 1

fillMandatoryFieldsMethod · 0.95

Calls 1

chooseByTextMethod · 0.80

Tested by

no test coverage detected