@@ -271,7 +271,7 @@ def test_calibration_and_reduction_panels_happy_path(
271
271
##########################################################################################################
272
272
273
273
# Diffraction calibration:
274
- calibrationPanelTabs .setCurrentIndex (0 )
274
+ calibrationPanelTabs .setCurrentIndex (1 )
275
275
diffractionCalibrationWidget = calibrationPanelTabs .currentWidget ()
276
276
277
277
### The use of this next signal is somewhat cryptic, but it makes testing the GUI much more stable:
@@ -442,7 +442,7 @@ def test_calibration_and_reduction_panels_happy_path(
442
442
#####################################################################################################
443
443
444
444
# Normalization calibration:
445
- calibrationPanelTabs .setCurrentIndex (1 )
445
+ calibrationPanelTabs .setCurrentIndex (2 )
446
446
normalizationCalibrationWidget = calibrationPanelTabs .currentWidget ()
447
447
448
448
#################################################################
@@ -589,7 +589,7 @@ def test_calibration_and_reduction_panels_happy_path(
589
589
#################################################################################################
590
590
591
591
# Reduction:
592
- calibrationPanelTabs .setCurrentIndex (2 )
592
+ calibrationPanelTabs .setCurrentIndex (1 )
593
593
reductionWidget = calibrationPanelTabs .currentWidget ()
594
594
595
595
#################################################################
@@ -762,7 +762,7 @@ def test_diffraction_calibration_panel_happy_path(self, qtbot, qapp, calibration
762
762
##########################################################################################################
763
763
764
764
# Diffraction calibration:
765
- calibrationPanelTabs .setCurrentIndex (0 )
765
+ calibrationPanelTabs .setCurrentIndex (1 )
766
766
diffractionCalibrationWidget = calibrationPanelTabs .currentWidget ()
767
767
768
768
### The use of this next signal is somewhat cryptic, but it makes testing the GUI much more stable:
@@ -995,7 +995,7 @@ def test_normalization_panel_happy_path(self, qtbot, qapp, calibration_home_from
995
995
#####################################################################################################
996
996
997
997
# Normalization calibration:
998
- calibrationPanelTabs .setCurrentIndex (1 )
998
+ calibrationPanelTabs .setCurrentIndex (2 )
999
999
normalizationCalibrationWidget = calibrationPanelTabs .currentWidget ()
1000
1000
1001
1001
#################################################################
@@ -1234,7 +1234,7 @@ def completionMessageBoxAssert(*args, **kwargs): # noqa: ARG001
1234
1234
#################################################################################################
1235
1235
1236
1236
# Reduction:
1237
- calibrationPanelTabs .setCurrentIndex (2 )
1237
+ calibrationPanelTabs .setCurrentIndex (0 )
1238
1238
reductionWidget = calibrationPanelTabs .currentWidget ()
1239
1239
1240
1240
#################################################################
0 commit comments