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

Method typeLastName

src/test/java/page/services/UsersPage.java:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 public UsersPage typeLastName() {
18 typeInputInFrame("Last Name", FakerDataFactory.getLastName());
19 return this;
20 }
21
22 public UsersPage typeEmail() {
23 typeInputInFrame("Email", TempMailer.getEmailAddress());

Callers

nothing calls this directly

Calls 2

getLastNameMethod · 0.95
typeInputInFrameMethod · 0.80

Tested by

no test coverage detected