Prettier-applied lint rules for secure variables test (#13841)

This commit is contained in:
Phil Renaud
2022-07-19 09:33:53 -04:00
committed by GitHub
parent d18df07ccb
commit b1a9207de9

View File

@@ -218,7 +218,6 @@ module('Acceptance | secure variables', function (hooks) {
'correctly traverses from job to variable'
);
// Group Variable
await Variables.visit();
jobsDirectoryLink = [...findAll('[data-test-folder-row]')].filter((a) =>
@@ -240,7 +239,7 @@ module('Acceptance | secure variables', function (hooks) {
);
await percySnapshot(assert);
let relatedGroupLink = find('.related-entities a');
await click(relatedGroupLink);
assert
@@ -278,7 +277,7 @@ module('Acceptance | secure variables', function (hooks) {
);
await percySnapshot(assert);
let relatedTaskLink = find('.related-entities a');
await click(relatedTaskLink);
// Gotta go the long way and click into the alloc/then task from here; but we know this one by virtue of stable test env.