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

[superset] 05/12: damn

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 a69a8493f93cc15e68ce4229ca77d2a64c119714
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Tue Aug 1 18:43:00 2023 -0700

    damn
---
 superset-frontend/cypress-base/cypress/e2e/chart_list/list.test.ts     | 3 ++-
 superset-frontend/cypress-base/cypress/e2e/dashboard/drillby.test.ts   | 2 +-
 .../cypress-base/cypress/e2e/explore/visualizations/gauge.test.js      | 2 +-
 superset-frontend/cypress-base/cypress/utils/index.ts                  | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/superset-frontend/cypress-base/cypress/e2e/chart_list/list.test.ts b/superset-frontend/cypress-base/cypress/e2e/chart_list/list.test.ts
index d45538e999..d04a68b197 100644
--- a/superset-frontend/cypress-base/cypress/e2e/chart_list/list.test.ts
+++ b/superset-frontend/cypress-base/cypress/e2e/chart_list/list.test.ts
@@ -16,7 +16,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-// eslint-disable cypress/unsafe-to-chain-command
+
+/* eslint-disable cypress/unsafe-to-chain-command */
 
 import { CHART_LIST } from 'cypress/utils/urls';
 import { setGridMode, toggleBulkSelect } from 'cypress/utils';
diff --git a/superset-frontend/cypress-base/cypress/e2e/dashboard/drillby.test.ts b/superset-frontend/cypress-base/cypress/e2e/dashboard/drillby.test.ts
index 3c199eae72..1a7b9e9e6f 100644
--- a/superset-frontend/cypress-base/cypress/e2e/dashboard/drillby.test.ts
+++ b/superset-frontend/cypress-base/cypress/e2e/dashboard/drillby.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 */
 // eslint-disable-next-line import/no-extraneous-dependencies
 import { Interception } from 'cypress/types/net-stubbing';
 import { waitForChartLoad } from 'cypress/utils';
diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/gauge.test.js b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/gauge.test.js
index add2972e20..8fc7c18277 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/gauge.test.js
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/gauge.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 > Gauge', () => {
   beforeEach(() => {
diff --git a/superset-frontend/cypress-base/cypress/utils/index.ts b/superset-frontend/cypress-base/cypress/utils/index.ts
index 198db95055..0da3515bf6 100644
--- a/superset-frontend/cypress-base/cypress/utils/index.ts
+++ b/superset-frontend/cypress-base/cypress/utils/index.ts
@@ -18,7 +18,7 @@
  */
 import { getChartAlias, Slice } from 'cypress/utils/vizPlugins';
 
-// eslint-disable cypress/unsafe-to-chain-command
+/* eslint-disable cypress/unsafe-to-chain-command */
 
 export * from './vizPlugins';
 export { default as parsePostForm } from './parsePostForm';