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

Method typeEmail

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

Source from the content-addressed store, hash-verified

20 }
21
22 public UsersPage typeEmail() {
23 typeInputInFrame("Email", TempMailer.getEmailAddress());
24 return this;
25 }
26
27 public UsersPage chooseProfile() {
28 selectByIndexInFrame("#Profile", -1, "Profile");

Callers

nothing calls this directly

Calls 2

getEmailAddressMethod · 0.95
typeInputInFrameMethod · 0.80

Tested by

no test coverage detected