Skip to content

Commit 6b35239

Browse files
DONTMERGE: remove a screenshot test
1 parent 87b696c commit 6b35239

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

mantidimaging/eyes_tests/main_window_test.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,3 @@ def test_move_stack_dialog_mixed_to_strict(self):
129129
self.imaging._move_stack()
130130
self.imaging.move_stack_dialog.datasetSelector.setCurrentText(strict_ds.name)
131131
self.check_target(self.imaging.move_stack_dialog)
132-
133-
def test_move_stack_dialog_both_mixed(self):
134-
mixed_ds_1 = self._create_mixed_dataset()
135-
mixed_ds_2 = self._create_mixed_dataset()
136-
mixed_ds_2.name = "other-mixed-ds-name"
137-
138-
self.imaging.presenter._set_tree_view_selection_with_id(mixed_ds_1.all[0].id)
139-
140-
self.imaging._move_stack()
141-
self.imaging.move_stack_dialog.datasetSelector.setCurrentText(mixed_ds_2.name)
142-
self.check_target(self.imaging.move_stack_dialog)

0 commit comments

Comments
 (0)