mirror of
https://github.com/nasa/openmct.git
synced 2025-04-13 22:23:13 +00:00
bump my items interceptor so its ahead of the missiong object interceptor
This commit is contained in:
parent
fc99be5995
commit
2e857c70d4
@ -77,7 +77,7 @@ test.describe('Notifications List', () => {
|
||||
});
|
||||
|
||||
test.describe('Notification Overlay', () => {
|
||||
test.fixme('Closing notification list after notification banner disappeared does not cause it to open automatically', async ({
|
||||
test('Closing notification list after notification banner disappeared does not cause it to open automatically', async ({
|
||||
page
|
||||
}) => {
|
||||
test.info().annotations.push({
|
||||
|
@ -45,7 +45,7 @@ function myItemsInterceptor({ openmct, identifierObject, name }) {
|
||||
|
||||
return object;
|
||||
},
|
||||
priority: openmct.priority.HIGH
|
||||
priority: openmct.priority.HIGHEST
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user