Dismiss overlay from exampleUser plugin which affected menu api positioning

This commit is contained in:
Michael Rogers 2023-07-11 15:38:28 -05:00
parent 1d2c56eabf
commit f7bc4975b3

View File

@ -31,6 +31,8 @@ describe('The Example User Plugin', () => {
});
afterEach(() => {
const activeOverlays = openmct.overlays.activeOverlays;
activeOverlays.forEach((overlay) => overlay.dismiss());
return resetApplicationState(openmct);
});