diff --git a/cypress/plugins/index.js b/cypress/plugins/index.js index fcc23557b3e7..116470feba1a 100644 --- a/cypress/plugins/index.js +++ b/cypress/plugins/index.js @@ -4,9 +4,6 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. - * - * Modifications Copyright OpenSearch Contributors. See - * GitHub history for details. */ /* @@ -24,6 +21,12 @@ * permissions and limitations under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + +/* eslint-disable */ /// // *********************************************************** // This example plugins/index.js can be used to load plugins diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 685474731025..cb64bafcda52 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -4,9 +4,6 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. - * - * Modifications Copyright OpenSearch Contributors. See - * GitHub history for details. */ /* @@ -24,6 +21,12 @@ * permissions and limitations under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + +/* eslint-disable */ // *********************************************** // This example commands.js shows you how to // create various custom commands and overwrite diff --git a/cypress/support/index.js b/cypress/support/index.js index 849d6dca3329..bed3eadf8cdb 100644 --- a/cypress/support/index.js +++ b/cypress/support/index.js @@ -4,9 +4,6 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. - * - * Modifications Copyright OpenSearch Contributors. See - * GitHub history for details. */ /* @@ -24,6 +21,12 @@ * permissions and limitations under the License. */ +/* + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + +/* eslint-disable */ // *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files.