the fix (#17476)
This commit is contained in:
parent
e4960d0fb0
commit
a817eabc38
|
@ -160,6 +160,7 @@ module('Acceptance | Enterprise | Transform secrets', function (hooks) {
|
|||
let transformation = await newTransformation(backend, 'b-transformation', true);
|
||||
await newRole(backend, roleName);
|
||||
await transformationsPage.visitShow({ backend, id: transformation });
|
||||
await settled();
|
||||
assert.dom('[data-test-row-value="Allowed roles"]').hasText(roleName);
|
||||
});
|
||||
|
||||
|
@ -170,6 +171,7 @@ module('Acceptance | Enterprise | Transform secrets', function (hooks) {
|
|||
let transformation = await newTransformation(backend, 'c-transformation', true);
|
||||
// create role
|
||||
await newRole(backend, roleName);
|
||||
await settled();
|
||||
await transformationsPage.visitShow({ backend, id: transformation });
|
||||
assert.dom('[data-test-row-value="Allowed roles"]').hasText(roleName);
|
||||
// Edit transformation
|
||||
|
|
Loading…
Reference in New Issue