bump my items interceptor so its ahead of the missiong object interceptor

This commit is contained in:
Jamie V 2025-04-11 11:40:47 -07:00
parent fc99be5995
commit 2e857c70d4
2 changed files with 2 additions and 2 deletions

View File

@ -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({

View File

@ -45,7 +45,7 @@ function myItemsInterceptor({ openmct, identifierObject, name }) {
return object;
},
priority: openmct.priority.HIGH
priority: openmct.priority.HIGHEST
};
}