77 *
88 */
99
10- describe ( 'OPTIMETA Geoplugin Configuration' , function ( ) {
10+ describe ( 'OPTIMETA Geo Plugin Configuration' , function ( ) {
1111
12- it ( 'Disable Geoplugin ' , function ( ) {
12+ it ( 'Disable OPTIMETA Geo Plugin ' , function ( ) {
1313 cy . login ( 'admin' , 'admin' , Cypress . env ( 'contextPath' ) ) ;
1414 cy . get ( 'nav[class="app__nav"] a:contains("Website")' ) . click ( ) ;
1515 cy . get ( 'button[id="plugins-button"]' ) . click ( ) ;
@@ -24,7 +24,7 @@ describe('OPTIMETA Geoplugin Configuration', function () {
2424 } ) ;
2525 } ) ;
2626
27- it ( 'Enable Geoplugin ' , function ( ) {
27+ it ( 'Enable OPTIMETA Geo Plugin ' , function ( ) {
2828 cy . login ( 'admin' , 'admin' , Cypress . env ( 'contextPath' ) ) ;
2929 cy . get ( 'nav[class="app__nav"] a:contains("Website")' ) . click ( ) ;
3030 cy . get ( 'button[id="plugins-button"]' ) . click ( ) ;
@@ -33,7 +33,7 @@ describe('OPTIMETA Geoplugin Configuration', function () {
3333 cy . get ( 'div:contains(\'The plugin "OPTIMETA Geo Plugin" has been enabled.\')' ) ;
3434 } ) ;
3535
36- it ( 'Configure Geoplugin - Geonames' , function ( ) {
36+ it ( 'Configure OPTIMETA Geo Plugin - Geonames' , function ( ) {
3737 cy . login ( 'admin' , 'admin' , Cypress . env ( 'contextPath' ) ) ;
3838 cy . get ( 'nav[class="app__nav"] a:contains("Website")' ) . click ( ) ;
3939 cy . get ( 'button[id="plugins-button"]' ) . click ( ) ;
@@ -95,7 +95,7 @@ describe('OPTIMETA Geoplugin Configuration', function () {
9595 cy . logout ( ) ;
9696 } ) ;
9797
98- it ( 'Configure Geoplugin - Map colors' , function ( ) {
98+ it ( 'Configure OPTIMETA Geo Plugin - Map colors' , function ( ) {
9999 this . skip ( ) ; // TODO implement
100100
101101 //cy.get('form[id="optimetaGeoSettings"] input[name="optimetaGeo_mapLayerStyle_color"]')
@@ -106,7 +106,7 @@ describe('OPTIMETA Geoplugin Configuration', function () {
106106 // .type('#01ff01');
107107 } ) ;
108108
109- it ( 'Configure Geoplugin - Download sidebar' , function ( ) {
109+ it ( 'Configure Geo Plugin - Download sidebar' , function ( ) {
110110 this . skip ( ) ; // TODO implement
111111 } ) ;
112112} ) ;
0 commit comments