Fix flaky Cypress test for user profile (#27427)

Closes #27337

Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Jon Koops 2024-03-01 16:30:55 +01:00 committed by GitHub
parent 42dd203ae7
commit 66e2591792
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -386,7 +386,7 @@ describe("User profile tabs", () => {
}); });
it("Checks that attribute with select-annotation is displayed and editable when user is created/edited", () => { it("Checks that attribute with select-annotation is displayed and editable when user is created/edited", () => {
const userName = "select-test-user"; const userName = `select-test-user-${uuid()}`;
const attrName = "select-test-attr"; const attrName = "select-test-attr";
const opt1 = "opt1"; const opt1 = "opt1";
const opt2 = "opt2"; const opt2 = "opt2";