When a adds a window to ignore (monitor.sIgnoreWindowList.add("Name");) It does not actually ignore the window and so fails the assertion assertTrue(monitor.isIgnoredWindow(window));
Even when changing the test to explicitly ignore The same window with this piece of code :monitor.sIgnoreWindowList.add(window.getName())
The assertion still fails (assertTrue(monitor.isIgnoredWindow(window));)
Joseph Solomon
Joseph Isaac
Mekias Yohannes
Jared Greene
Emmanuel Apau
Matt Miluski