test

 avatar
unknown
java
3 years ago
337 B
6
Indexable
  public static void setUp() {
    user = Actor.named("Sam - the curious user");
    givenThat(user).can(CallAllAPI.withProvidedInfo());
    user.attemptsTo(LoginApi.withCredentials(ASSETS_TEST_ACCOUNT, DEFAULT_PASSWORD));
    LoginData loginData = user.asksFor(TheUserInfo.aboutLoginData());
    customerTcbsId = loginData.getTcbsid();
Editor is loading...