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:40 UTC

[superset] 08/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 1b36bd3166530f92911e47a2dece04531c68d5bc
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Wed Aug 2 09:46:57 2023 -0700

    more replace
---
 .../cypress-base/cypress/e2e/explore/visualizations/area.test.js        | 2 +-
 .../cypress-base/cypress/e2e/explore/visualizations/box_plot.test.js    | 2 +-
 .../cypress-base/cypress/e2e/explore/visualizations/bubble.test.js      | 2 +-
 .../cypress-base/cypress/e2e/explore/visualizations/compare.test.js     | 2 +-
 .../cypress-base/cypress/e2e/explore/visualizations/dist_bar.test.js    | 2 +-
 .../cypress-base/cypress/e2e/explore/visualizations/pie.test.js         | 2 +-
 .../cypress-base/cypress/e2e/explore/visualizations/sunburst.test.js    | 2 +-
 .../cypress-base/cypress/e2e/explore/visualizations/world_map.test.js   | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/area.test.js b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/area.test.js
index 207ddb6ca5..ce83d359f1 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/area.test.js
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/area.test.js
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-// eslint-disable cypress/unsafe-to-chain-command
+/* eslint-disable cypress/unsafe-to-chain-command */
 
 describe('Visualization > Area', () => {
   beforeEach(() => {
diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/box_plot.test.js b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/box_plot.test.js
index 104246ab55..76483fef42 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/box_plot.test.js
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/box_plot.test.js
@@ -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 */
 
 describe('Visualization > Box Plot', () => {
   beforeEach(() => {
diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/bubble.test.js b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/bubble.test.js
index 030c324c46..0c2e7f8de0 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/bubble.test.js
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/bubble.test.js
@@ -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 */
 
 describe('Visualization > Bubble', () => {
   beforeEach(() => {
diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/compare.test.js b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/compare.test.js
index 3fbcd9962d..91ee328cce 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/compare.test.js
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/compare.test.js
@@ -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 */
 
 describe('Visualization > Compare', () => {
   beforeEach(() => {
diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/dist_bar.test.js b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/dist_bar.test.js
index 896d8fc351..15dd3343de 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/dist_bar.test.js
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/dist_bar.test.js
@@ -18,7 +18,7 @@
  */
 import { FORM_DATA_DEFAULTS, NUM_METRIC } from './shared.helper';
 
-// eslint-disable cypress/unsafe-to-chain-command
+/* eslint-disable cypress/unsafe-to-chain-command */
 
 describe('Visualization > Distribution bar chart', () => {
   beforeEach(() => {
diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/pie.test.js b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/pie.test.js
index 4afa666270..b8c76ca386 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/pie.test.js
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/pie.test.js
@@ -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 */
 
 describe('Visualization > Pie', () => {
   beforeEach(() => {
diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/sunburst.test.js b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/sunburst.test.js
index 9f1ca495f9..0c8ab0ae90 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/sunburst.test.js
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/sunburst.test.js
@@ -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 */
 
 describe('Visualization > Sunburst', () => {
   beforeEach(() => {
diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/world_map.test.js b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/world_map.test.js
index c9f5642753..807ed49f0c 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/world_map.test.js
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/world_map.test.js
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-// eslint-disable cypress/unsafe-to-chain-command
+/* eslint-disable cypress/unsafe-to-chain-command */
 
 describe('Visualization > World Map', () => {
   beforeEach(() => {