mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 09:25:29 +00:00
remove raw-loader as a dependency (#4998)
* remove raw-loader as a dependency * move clock to correct dir and response to canvas clicking
This commit is contained in:
@ -157,5 +157,9 @@ test.describe('Sine Wave Generator', () => {
|
||||
y: 28
|
||||
}
|
||||
});
|
||||
|
||||
// Verify that where we click on canvas shows the number we clicked on
|
||||
await expect(page.locator('.value-to-display-nearestValue')).toContainText('0.00');
|
||||
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user