Fix flaky Cypress test for user profile (#27427)
Closes #27337 Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
42dd203ae7
commit
66e2591792
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue