You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2023/08/03 23:03:39 UTC

[superset] 07/12: more replace

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch bump_esilnt
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 17f1335cda15bb22fda9643a9770904b15e257de
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Wed Aug 2 09:35:07 2023 -0700

    more replace
---
 superset-frontend/cypress-base/cypress/e2e/explore/control.test.ts      | 2 +-
 superset-frontend/cypress-base/cypress/e2e/explore/link.test.ts         | 2 +-
 .../cypress-base/cypress/e2e/explore/visualizations/graph.test.ts       | 2 +-
 .../cypress-base/cypress/e2e/explore/visualizations/histogram.test.ts   | 2 +-
 .../cypress-base/cypress/e2e/explore/visualizations/line.test.ts        | 2 +-
 .../cypress-base/cypress/e2e/explore/visualizations/table.test.ts       | 2 +-
 superset-frontend/cypress-base/cypress/e2e/sqllab/query.test.ts         | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/control.test.ts b/superset-frontend/cypress-base/cypress/e2e/explore/control.test.ts
index db163f7eb6..faa8892ca7 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/control.test.ts
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/control.test.ts
@@ -22,7 +22,7 @@
 import { interceptChart } from 'cypress/utils';
 import { FORM_DATA_DEFAULTS, NUM_METRIC } from './visualizations/shared.helper';
 
-// eslint-disable cypress/unsafe-to-chain-command
+/* eslint-disable cypress/unsafe-to-chain-command */
 
 describe('Datasource control', () => {
   const newMetricName = `abc${Date.now()}`;
diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/link.test.ts b/superset-frontend/cypress-base/cypress/e2e/explore/link.test.ts
index a10fd44599..a50378c74f 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/link.test.ts
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/link.test.ts
@@ -25,7 +25,7 @@ import shortid from 'shortid';
 import { interceptChart } from 'cypress/utils';
 import { HEALTH_POP_FORM_DATA_DEFAULTS } from './visualizations/shared.helper';
 
-// eslint-disable cypress/unsafe-to-chain-command
+/* eslint-disable cypress/unsafe-to-chain-command */
 
 const apiURL = (endpoint: string, queryObject: Record<string, unknown>) =>
   `${endpoint}?q=${rison.encode(queryObject)}`;
diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/graph.test.ts b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/graph.test.ts
index 37b8e4f6b2..f9e74daffd 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/graph.test.ts
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/graph.test.ts
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-// eslint-disable cypress/unsafe-to-chain-command
+/* eslint-disable cypress/unsafe-to-chain-command */
 
 type adhocFilter = {
   expressionType: string;
diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/histogram.test.ts b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/histogram.test.ts
index 05e2ca54be..ed547617e8 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/histogram.test.ts
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/histogram.test.ts
@@ -18,7 +18,7 @@
  */
 import { QueryFormData } from '@superset-ui/core';
 
-// eslint-disable cypress/unsafe-to-chain-command
+/* eslint-disable cypress/unsafe-to-chain-command */
 
 describe('Visualization > Histogram', () => {
   beforeEach(() => {
diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/line.test.ts b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/line.test.ts
index 7e51f72028..8204030e4a 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/line.test.ts
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/line.test.ts
@@ -18,7 +18,7 @@
  */
 import { FORM_DATA_DEFAULTS, NUM_METRIC, SIMPLE_FILTER } from './shared.helper';
 
-// eslint-disable cypress/unsafe-to-chain-command
+/* eslint-disable cypress/unsafe-to-chain-command */
 
 describe('Visualization > Line', () => {
   beforeEach(() => {
diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/table.test.ts b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/table.test.ts
index 58d45bec4f..17199467e1 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/table.test.ts
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/table.test.ts
@@ -25,7 +25,7 @@ import {
   SIMPLE_FILTER,
 } from './shared.helper';
 
-// eslint-disable cypress/unsafe-to-chain-command
+/* eslint-disable cypress/unsafe-to-chain-command */
 
 // Table
 describe('Visualization > Table', () => {
diff --git a/superset-frontend/cypress-base/cypress/e2e/sqllab/query.test.ts b/superset-frontend/cypress-base/cypress/e2e/sqllab/query.test.ts
index b02ff93afd..c7b0ecae4f 100644
--- a/superset-frontend/cypress-base/cypress/e2e/sqllab/query.test.ts
+++ b/superset-frontend/cypress-base/cypress/e2e/sqllab/query.test.ts
@@ -19,7 +19,7 @@
 import * as shortid from 'shortid';
 import { selectResultsTab, assertSQLLabResultsAreEqual } from './sqllab.helper';
 
-// eslint-disable cypress/unsafe-to-chain-command
+/* eslint-disable cypress/unsafe-to-chain-command */
 
 function parseClockStr(node: JQuery) {
   return Number.parseFloat(node.text().replace(/:/g, ''));