Skip to content
Snippets Groups Projects
Commit d22017fe authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Change current index when editing a test case.

parent 0d17a086
No related branches found
No related tags found
No related merge requests found
......@@ -196,6 +196,7 @@
mode: "test_case",
testCaseIndex: parseInt(match[1]),
}
$testCaseIndex = editionMode.testCaseIndex
return
}
}
......@@ -210,6 +211,7 @@
testCaseIndex: parseInt(match[1]),
variableName: match[2],
}
$testCaseIndex = editionMode.testCaseIndex
return
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment