Provided clarification in test description

This commit is contained in:
Andrew Henry 2025-05-09 15:11:02 -07:00
parent 89a56f80cb
commit 4deb4f4374

View File

@ -116,7 +116,7 @@ test.describe('Basic Condition Set Use', () => {
await page.getByLabel('Conditions View').click();
await expect(page.getByText('Current Output')).toBeVisible();
});
test('ConditionSet has correct outputs when telemetry is and is not available', async ({
test('ConditionSet has produces an output when telemetry is available, and does not when it is not', async ({
page
}) => {
const exampleTelemetry = await createExampleTelemetryObject(page);