@@ -41,56 +41,63 @@ describe('Map view tests', () => {
4141 await expectSuccess ( ) ;
4242 } ) ;
4343
44- it ( 'MT03 - initialize map and test camera tilt bearing zoom' , async ( ) => {
44+ it ( 'MT03 - initialize map and test animate camera' , async ( ) => {
45+ await selectTestByName ( 'testAnimateCamera' ) ;
46+ await waitForTestToFinish ( ) ;
47+ await expectNoErrors ( ) ;
48+ await expectSuccess ( ) ;
49+ } ) ;
50+
51+ it ( 'MT04 - initialize map and test camera tilt bearing zoom' , async ( ) => {
4552 await selectTestByName ( 'testTiltZoomBearingCamera' ) ;
4653 await waitForTestToFinish ( ) ;
4754 await expectNoErrors ( ) ;
4855 await expectSuccess ( ) ;
4956 } ) ;
5057
51- it ( 'MT04 - test adding and removing markers' , async ( ) => {
58+ it ( 'MT05 - test adding and removing markers' , async ( ) => {
5259 await selectTestByName ( 'testMapMarkers' ) ;
5360 await waitForTestToFinish ( ) ;
5461 await expectNoErrors ( ) ;
5562 await expectSuccess ( ) ;
5663 } ) ;
5764
58- it ( 'MT05 - test adding and removing circles' , async ( ) => {
65+ it ( 'MT06 - test adding and removing circles' , async ( ) => {
5966 await selectTestByName ( 'testMapCircles' ) ;
6067 await waitForTestToFinish ( ) ;
6168 await expectNoErrors ( ) ;
6269 await expectSuccess ( ) ;
6370 } ) ;
6471
65- it ( 'MT06 - test adding and removing polylines' , async ( ) => {
72+ it ( 'MT07 - test adding and removing polylines' , async ( ) => {
6673 await selectTestByName ( 'testMapPolylines' ) ;
6774 await waitForTestToFinish ( ) ;
6875 await expectNoErrors ( ) ;
6976 await expectSuccess ( ) ;
7077 } ) ;
7178
72- it ( 'MT07 - test adding and removing polygons' , async ( ) => {
79+ it ( 'MT08 - test adding and removing polygons' , async ( ) => {
7380 await selectTestByName ( 'testMapPolygons' ) ;
7481 await waitForTestToFinish ( ) ;
7582 await expectNoErrors ( ) ;
7683 await expectSuccess ( ) ;
7784 } ) ;
7885
79- it ( 'MT08 - test adding and removing ground overlays' , async ( ) => {
86+ it ( 'MT09 - test adding and removing ground overlays' , async ( ) => {
8087 await selectTestByName ( 'testMapGroundOverlays' ) ;
8188 await waitForTestToFinish ( ) ;
8289 await expectNoErrors ( ) ;
8390 await expectSuccess ( ) ;
8491 } ) ;
8592
86- it ( 'MT09 - test setting map style via JSON' , async ( ) => {
93+ it ( 'MT10 - test setting map style via JSON' , async ( ) => {
8794 await selectTestByName ( 'testMapStyle' ) ;
8895 await waitForTestToFinish ( ) ;
8996 await expectNoErrors ( ) ;
9097 await expectSuccess ( ) ;
9198 } ) ;
9299
93- it ( 'MT10 - test min and max zoom level constraints' , async ( ) => {
100+ it ( 'MT11 - test min and max zoom level constraints' , async ( ) => {
94101 await selectTestByName ( 'testMinMaxZoomLevels' ) ;
95102 await waitForTestToFinish ( ) ;
96103 await expectNoErrors ( ) ;
0 commit comments