From 2917d8f228b81b267727b812ddabbd1bd446585b Mon Sep 17 00:00:00 2001 From: Andrew Henry Date: Mon, 12 May 2025 16:34:54 -0700 Subject: [PATCH] Fixed linting error --- .../plugins/conditionSet/conditionSetOperations.e2e.spec.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/e2e/tests/functional/plugins/conditionSet/conditionSetOperations.e2e.spec.js b/e2e/tests/functional/plugins/conditionSet/conditionSetOperations.e2e.spec.js index 468afddd98..2ff03d6dcf 100644 --- a/e2e/tests/functional/plugins/conditionSet/conditionSetOperations.e2e.spec.js +++ b/e2e/tests/functional/plugins/conditionSet/conditionSetOperations.e2e.spec.js @@ -282,7 +282,9 @@ test.describe('Basic Condition Set Use', () => { await page.goto(exampleTelemetry.url); }); - test('Short circuit evaluation does not cause incorrect evaluation https://github.com/nasa/openmct/issues/7992', async ({ page }) => { + test('Short circuit evaluation does not cause incorrect evaluation https://github.com/nasa/openmct/issues/7992', async ({ + page + }) => { await setRealTimeMode(page); await page.getByLabel('Create', { exact: true }).click(); await page.getByLabel('State Generator').click();