From b1a9207de90664ea790b4e8fc9a0ca0cce591fe5 Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Tue, 19 Jul 2022 09:33:53 -0400 Subject: [PATCH] Prettier-applied lint rules for secure variables test (#13841) --- ui/tests/acceptance/secure-variables-test.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui/tests/acceptance/secure-variables-test.js b/ui/tests/acceptance/secure-variables-test.js index 57cabd7b0..ba54699b4 100644 --- a/ui/tests/acceptance/secure-variables-test.js +++ b/ui/tests/acceptance/secure-variables-test.js @@ -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.