test
unknown
java
4 years ago
337 B
9
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...