diff --git a/e2e/src/navigating/navigateFromRegion.e2e-spec.js b/e2e/src/navigating/navigateFromRegion.e2e-spec.js
index 6462c0401e994589c233ec3ad19056e5e8a00282..b66aed3440a638c7bfa62bb79907ed71e3402455 100644
--- a/e2e/src/navigating/navigateFromRegion.e2e-spec.js
+++ b/e2e/src/navigating/navigateFromRegion.e2e-spec.js
@@ -23,34 +23,34 @@ const TEST_DATA = [
       },
     ],
   },
-  // {
-  //   url: "/?templateSelected=Big+Brain+%28Histology%29&parcellationSelected=Cytoarchitectonic+Maps&cNavigation=0.0.0.-W000.._eCwg.2-FUe3._-s_W.2_evlu..7LIx..1n5q~.1FYC.2Is-..1B9C",
-  //   templateName: 'Big Brain (Histology)',
-  //   position: [691,678], // [370, 150],
-  //   expectedRegion: 'Area STS1 (STS)',
-  //   expectedTemplateLabels: [
-  //     {
-  //       name: 'MNI Colin 27',
-  //       hemisphere: 'Left',
-  //       expectedPosition: [-54514755, -16753913, -5260713]
-  //     },
-  //     {
-  //       name: 'MNI Colin 27',
-  //       hemisphere: 'Right',
-  //       expectedPosition: [54536567, -17992636, -5712544]
-  //     },
-  //     {
-  //       name: 'MNI 152 ICBM 2009c Nonlinear Asymmetric',
-  //       hemisphere: 'Left',
-  //       expectedPosition: [-55442669, -18314601, -6381831]
-  //     },
-  //     {
-  //       name: 'MNI 152 ICBM 2009c Nonlinear Asymmetric',
-  //       hemisphere: 'Right',
-  //       expectedPosition: [52602966, -18339402, -5666868]
-  //     },
-  //   ],
-  // },
+  {
+    url: "/?templateSelected=Big+Brain+%28Histology%29&parcellationSelected=Cytoarchitectonic+Maps&cNavigation=0.0.0.-W000.._eCwg.2-FUe3._-s_W.2_evlu..7LIx..1n5q~.1FYC.2Is-..1B9C",
+    templateName: 'Big Brain (Histology)',
+    position: [691,678], // [370, 150],
+    expectedRegion: 'Area STS1 (STS)',
+    expectedTemplateLabels: [
+      {
+        name: 'MNI Colin 27',
+        hemisphere: 'Left',
+        expectedPosition: [-54514755, -16753913, -5260713]
+      },
+      {
+        name: 'MNI Colin 27',
+        hemisphere: 'Right',
+        expectedPosition: [54536567, -17992636, -5712544]
+      },
+      {
+        name: 'MNI 152 ICBM 2009c Nonlinear Asymmetric',
+        hemisphere: 'Left',
+        expectedPosition: [-55442669, -18314601, -6381831]
+      },
+      {
+        name: 'MNI 152 ICBM 2009c Nonlinear Asymmetric',
+        hemisphere: 'Right',
+        expectedPosition: [52602966, -18339402, -5666868]
+      },
+    ],
+  },
 ]
 
 const getBeforeEachFn = iavPage => ({