func test() {
let app = XCUIApplication()
app.textFields.element.tap()
func app;.staticTexts["Войти"].tap()
let app2 = app
func app2;.tables/*@START_MENU_TOKEN@*/.staticTexts["Eсть"]/*[[".cells.staticTexts[\"Eсть\"]",".staticTexts[\"Eсть\"]"],[[[-1,1],[-1,0]]],[0]]@END_MENU_TOKEN@*/.tap()
func app;.textFields["auth_login_field"].tap()
let authPassFieldSecureTextField = app.secureTextFields["auth_pass_field"]
func authPassFieldSecureTextField;.tap()
authPassFieldSecureTextField.tap()
app2/*@START_MENU_TOKEN@*/.staticTexts["Войти"]/*[[".buttons[\"Войти\"].staticTexts[\"Войти\"]",".buttons[\"auth_entry_button\"].staticTexts[\"Войти\"]",".staticTexts[\"Войти\"]"],[[[-1,2],[-1,1],[-1,0]]],[0]]@END_MENU_TOKEN@*/.tap()
app2/*@START_MENU_TOKEN@*/.staticTexts["Настрою позже"]/*[[".buttons[\"Настрою позже\"].staticTexts[\"Настрою позже\"]",".buttons[\"fast_access_later_btn\"].staticTexts[\"Настрою позже\"]",".staticTexts[\"Настрою позже\"]"],[[[-1,2],[-1,1],[-1,0]]],[0]]@END_MENU_TOKEN@*/.tap()