1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

F #6219: add data-cy for tests setting user (#2939)

Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
(cherry picked from commit 82bb12af539af52d0da47edf09c96721ab05ac4f)
This commit is contained in:
Jorge Miguel Lobo Escalona 2024-02-12 18:14:37 +01:00 committed by Tino Vázquez
parent 581f4f14ed
commit 50efc64d3b
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -255,6 +255,7 @@ const LoginToken = () => {
size="small"
onClick={handleSubmit(handleCreateLoginToken)}
className={classes.buttonSubmit}
data-cy="addLoginToken"
>
{Tr(T.GetNewToken)}
</Button>