We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0717dec commit 4cb12eaCopy full SHA for 4cb12ea
mantidimaging/eyes_tests/main_window_test.py
@@ -87,11 +87,6 @@ def test_show_add_stack_to_existing_dataset_dialog_for_strict_dataset(self):
87
88
self.check_target(widget=self.imaging.add_to_dataset_dialog)
89
90
- def test_show_add_stack_to_existing_dataset_dialog_for_mixed_dataset(self):
91
- self._create_mixed_dataset()
92
- self.imaging.show_add_stack_to_existing_dataset_dialog(list(self.imaging.presenter.all_dataset_ids)[0])
93
- self.check_target(widget=self.imaging.add_to_dataset_dialog)
94
-
95
def test_clicking_tab_changes_tree_view_selection(self):
96
self._load_strict_data_set()
97
sample_vis = self._load_strict_data_set()
0 commit comments