mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 16:10:23 +00:00
Ensure a request for telemetry happens in Condition Sets (#7592)
* request telemetry when subscribing to data in case we have cached subscription * change back to >= * revert * update tests * fixing tests * add metadata * fix test * another mock required * one more function needed * attempt to fix some afterall errors * add fixme for e2e test * fail fast on request --------- Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
@ -457,4 +457,11 @@ test.describe('Basic Condition Set Use', () => {
|
||||
|
||||
await page.goto(exampleTelemetry.url);
|
||||
});
|
||||
|
||||
test.fixme('Ensure condition sets work with telemetry like operator status', ({ page }) => {
|
||||
test.info().annotations.push({
|
||||
type: 'issue',
|
||||
description: 'https://github.com/nasa/openmct/issues/7484'
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user