File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
test/interpreter_functional/test_suites/run_pipeline Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -113,11 +113,10 @@ export default function({
113113 await expectExpression ( 'partial_test_2' , metricExpr , context ) . toMatchSnapshot ( )
114114 ) . toMatchScreenshot ( ) ;
115115
116- // TODO: should be uncommented when the region map is migrated to the new platform
117- // const regionMapExpr = `regionmap visConfig='{"metric":{"accessor":1,"format":{"id":"number"}},"bucket":{"accessor":0} }'`;
118- // await (
119- // await expectExpression('partial_test_3', regionMapExpr, context).toMatchSnapshot()
120- // ).toMatchScreenshot();
116+ const regionMapExpr = `regionmap visConfig='{"metric":{"accessor":1,"format":{"id":"number"}},"bucket":{"accessor":0}}'` ;
117+ await (
118+ await expectExpression ( 'partial_test_3' , regionMapExpr , context ) . toMatchSnapshot ( )
119+ ) . toMatchScreenshot ( ) ;
121120 } ) ;
122121 } ) ;
123122 } ) ;
You can’t perform that action at this time.
0 commit comments