This commit is contained in:
Angel Garbarino 2022-10-10 09:46:04 -07:00 committed by GitHub
parent e4960d0fb0
commit a817eabc38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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