Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(byText("Сведения о пользователе")).shouldBe(visible);
- $("[placeholder='Учетное имя']").setValue(getRandomString(3));
- $("[placeholder='ФИО']").setValue(getRandomString(3));
- $("[placeholder='Электронная почта']").setValue(getRandomString(3));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement