mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38:15 +00:00
Skip some tests, fix a mislabeled test, and add default condition for tabs (#7422)
* wrong format * skip the flake for now * Add Tabs test * one more flake
This commit is contained in:
@ -52,7 +52,11 @@ test.describe('Plot Rendering', () => {
|
||||
expect(createMineFolderRequests.length).toEqual(0);
|
||||
});
|
||||
|
||||
test('Plot is rendered when infinity values exist', async ({ page }) => {
|
||||
test.fixme('Plot is rendered when infinity values exist', async ({ page }) => {
|
||||
test.info().annotations.push({
|
||||
type: 'issue',
|
||||
description: 'https://github.com/nasa/openmct/issues/7421'
|
||||
});
|
||||
// Edit Plot
|
||||
await editSineWaveToUseInfinityOption(page, sineWaveGeneratorObject);
|
||||
|
||||
|
Reference in New Issue
Block a user