mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 14:40:48 +00:00
Fixed linting error
This commit is contained in:
parent
7292d75a4c
commit
2917d8f228
@ -282,7 +282,9 @@ test.describe('Basic Condition Set Use', () => {
|
|||||||
await page.goto(exampleTelemetry.url);
|
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 setRealTimeMode(page);
|
||||||
await page.getByLabel('Create', { exact: true }).click();
|
await page.getByLabel('Create', { exact: true }).click();
|
||||||
await page.getByLabel('State Generator').click();
|
await page.getByLabel('State Generator').click();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user