mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 16:49:42 +00:00
Master 2.0.7 (#5672)
This commit is contained in:
@ -41,7 +41,7 @@ test.describe('Example Imagery Object', () => {
|
||||
await page.goto('./', { waitUntil: 'networkidle' });
|
||||
|
||||
// Create a default 'Example Imagery' object
|
||||
createDomainObjectWithDefaults(page, 'Example Imagery');
|
||||
createDomainObjectWithDefaults(page, { type: 'Example Imagery' });
|
||||
|
||||
await Promise.all([
|
||||
page.waitForNavigation(),
|
||||
|
Reference in New Issue
Block a user