diff --git a/jdaviz/configs/specviz2d/plugins/spectral_extraction/tests/test_spectral_extraction.py b/jdaviz/configs/specviz2d/plugins/spectral_extraction/tests/test_spectral_extraction.py index 5d6b49cce9..9f3dfa4963 100644 --- a/jdaviz/configs/specviz2d/plugins/spectral_extraction/tests/test_spectral_extraction.py +++ b/jdaviz/configs/specviz2d/plugins/spectral_extraction/tests/test_spectral_extraction.py @@ -63,8 +63,10 @@ def test_plugin(specviz2d_helper): trace = pext.export_trace(add_data=True) # overwrite assert isinstance(trace, tracing.ArrayTrace) + # TODO: Investigate extra hidden mark from glue-jupyter, see + # https://github.com/spacetelescope/jdaviz/pull/2478#issuecomment-1731864411 # 3 new trace objects should have been loaded and plotted in the spectrum-2d-viewer - assert len(sp2dv.figure.marks) == 14 + assert len(sp2dv.figure.marks) == 15 # interact with background section, check marks pext.trace_trace_selected = 'New Trace'