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

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

    more replace
---
 .../cypress-base/cypress/e2e/explore/visualizations/sankey.test.js     | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/sankey.test.js b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/sankey.test.js
index e5139bee1c..2eaab70acd 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/sankey.test.js
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/visualizations/sankey.test.js
@@ -16,6 +16,9 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
+/* eslint-disable cypress/unsafe-to-chain-command */
+
 describe('Visualization > Sankey', () => {
   beforeEach(() => {
     cy.intercept('POST', '/superset/explore_json/**').as('getJson');