mirror of
https://github.com/nasa/openmct.git
synced 2025-05-30 06:04:20 +00:00
Provided clarification in test description
This commit is contained in:
parent
89a56f80cb
commit
4deb4f4374
@ -116,7 +116,7 @@ test.describe('Basic Condition Set Use', () => {
|
|||||||
await page.getByLabel('Conditions View').click();
|
await page.getByLabel('Conditions View').click();
|
||||||
await expect(page.getByText('Current Output')).toBeVisible();
|
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
|
page
|
||||||
}) => {
|
}) => {
|
||||||
const exampleTelemetry = await createExampleTelemetryObject(page);
|
const exampleTelemetry = await createExampleTelemetryObject(page);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user