Skip to content

Commit f11adcc

Browse files
committed
rename
1 parent 6dffb25 commit f11adcc

14 files changed

Lines changed: 20 additions & 21 deletions

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# Based on https://github.com/o2r-project/ojs-erc-plugin/blob/master/.github/workflows/cypress_test.yml
99
#
10-
name: OPTIMETA Geoplugin CI Test
10+
name: OPTIMETA Geo Plugin CI Test
1111

1212
on:
1313
push:

OptimetaGeoPlugin.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ public function extendSubmissionMetadataFormTemplate($hookName, $params)
270270
$publicationDao = DAORegistry::getDAO('PublicationDAO');
271271
$submissionId = $request->getUserVar('submissionId');
272272
$publication = $publicationDao->getById($submissionId);
273-
// TODO check if the submission really belongs to the journal
274273

275274
$timePeriods = $publication->getData(OPTIMETA_GEO_DB_FIELD_TIME_PERIODS);
276275
$spatialProperties = $publication->getData(OPTIMETA_GEO_DB_FIELD_SPATIAL);

cypress/e2e/integration/10-installation.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*/
1111

12-
describe('OPTIMETA Geoplugin Installation', function () {
12+
describe('OPTIMETA Geo Plugin Installation', function () {
1313

1414
it('Installs the software', function () {
1515
cy.install();

cypress/e2e/integration/20-configuration.cy.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
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
});

cypress/e2e/integration/21-configuration-theme.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*/
99

10-
describe('OPTIMETA Geoplugin Theme Configuration', function () {
10+
describe('OPTIMETA Geo Plugin Theme Configuration', function () {
1111

1212
it('Disable theme', function () {
1313
cy.login('admin', 'admin', Cypress.env('contextPath'));

cypress/e2e/integration/30-submission.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*/
99

10-
describe('OPTIMETA Geoplugin Submission', function () {
10+
describe('OPTIMETA Geo Plugin Submission', function () {
1111

1212
var submission;
1313
var submission2;

cypress/e2e/integration/31-submission-editorial.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*/
99

10-
describe('OPTIMETA Geoplugin Production Editing', function () {
10+
describe('OPTIMETA Geo Plugin Production Editing', function () {
1111

1212
var submission;
1313
var sub1start = '2022-01-01';

cypress/e2e/integration/40-html_head.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var metaContains = (name, content, scheme) => {
2020
}
2121
};
2222

23-
describe('OPTIMETA Geoplugin Geospatial Metadata in HTML Head', function () {
23+
describe('OPTIMETA Geo Plugin Geospatial Metadata in HTML Head', function () {
2424

2525
beforeEach(() => {
2626
cy.visit('/');
@@ -61,7 +61,7 @@ describe('OPTIMETA Geoplugin Geospatial Metadata in HTML Head', function () {
6161
});
6262
});
6363

64-
describe('OPTIMETA Geoplugin Temporal Metadata in HTML Head', function () {
64+
describe('OPTIMETA Geo Plugin Temporal Metadata in HTML Head', function () {
6565

6666
it('has DC.temporal with correct scheme and content', function () {
6767
metaContains('DC.temporal', /2022-01-01\/2022-12-31/, 'ISO8601');

cypress/e2e/integration/41-maps.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*/
99

10-
describe('OPTIMETA Geoplugin Maps', function () {
10+
describe('OPTIMETA Geo Plugin Maps', function () {
1111

1212
const checkFeatures = (features => {
1313
expect(features[0].geometry.type).to.equal('LineString');

cypress/e2e/integration/42-times.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*/
99

10-
describe('OPTIMETA Geoplugin Time Periods', function () {
10+
describe('OPTIMETA Geo Plugin Time Periods', function () {
1111

1212
it('has the time period for the article on the article page', function () {
1313
cy.visit('/');

0 commit comments

Comments
 (0)