summaryrefslogtreecommitdiff
path: root/src/tutorials/tutorial_conflictresolution_main.js
diff options
context:
space:
mode:
authorJeremy Rimpo <jrim@rimpo.org>2018-03-23 11:35:27 -0500
committerJeremy Rimpo <jrim@rimpo.org>2018-03-23 11:35:27 -0500
commit5a98d69dcdf470308823b8648367c2f13b52c593 (patch)
tree39953a9b28a6efed944528a22c14c96724de66b6 /src/tutorials/tutorial_conflictresolution_main.js
parentdd288fe1527b6db8c56236ac365b43880d86ab88 (diff)
Fix tab index now that the archive tab is back
Diffstat (limited to 'src/tutorials/tutorial_conflictresolution_main.js')
-rw-r--r--src/tutorials/tutorial_conflictresolution_main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tutorials/tutorial_conflictresolution_main.js b/src/tutorials/tutorial_conflictresolution_main.js
index a60a5c8d..3c782af2 100644
--- a/src/tutorials/tutorial_conflictresolution_main.js
+++ b/src/tutorials/tutorial_conflictresolution_main.js
@@ -65,7 +65,7 @@ function getTutorialSteps() {
},
function() {
tutorial.text = qsTr("Option A: Switch to the \"Data\"-tab if necessary")
- if (!tutorialControl.waitForTabOpen("tabWidget", 1)) {
+ if (!tutorialControl.waitForTabOpen("tabWidget", 2)) {
highlightItem("tabWidget", false)
waitForClick()
} else {