IO-2327 timetickets test cases
This commit is contained in:
@@ -53,7 +53,11 @@ export function TechLogin({
|
||||
},
|
||||
]}
|
||||
>
|
||||
<Input size="large" autoComplete="new-password" />
|
||||
<Input
|
||||
data-cy="tech-employee-id"
|
||||
size="large"
|
||||
autoComplete="new-password"
|
||||
/>
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label={t("tech.fields.pin")}
|
||||
@@ -65,7 +69,11 @@ export function TechLogin({
|
||||
},
|
||||
]}
|
||||
>
|
||||
<Input.Password size="large" autoComplete="new-password" />
|
||||
<Input.Password
|
||||
data-cy="tech-employee-password"
|
||||
size="large"
|
||||
autoComplete="new-password"
|
||||
/>
|
||||
</Form.Item>
|
||||
<Button htmlType="submit" loading={loginLoading} className="login-btn">
|
||||
{t("general.actions.login")}
|
||||
|
||||
Reference in New Issue
Block a user