You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ju...@apache.org on 2024/02/23 01:04:44 UTC

(superset) branch re-resizable-6.9.11 updated: fixed cypress selector for updated resizable div structure

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

justinpark pushed a commit to branch re-resizable-6.9.11
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/re-resizable-6.9.11 by this push:
     new e930becb6f fixed cypress selector for updated resizable div structure
e930becb6f is described below

commit e930becb6fabe25dc90c631a64749ac93a261b14
Author: JUST.in DO IT <ju...@airbnb.com>
AuthorDate: Thu Feb 22 17:04:34 2024 -0800

    fixed cypress selector for updated resizable div structure
---
 superset-frontend/cypress-base/cypress/e2e/dashboard/editmode.test.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/cypress-base/cypress/e2e/dashboard/editmode.test.ts b/superset-frontend/cypress-base/cypress/e2e/dashboard/editmode.test.ts
index 228fa1ec0a..28d5c166f5 100644
--- a/superset-frontend/cypress-base/cypress/e2e/dashboard/editmode.test.ts
+++ b/superset-frontend/cypress-base/cypress/e2e/dashboard/editmode.test.ts
@@ -759,7 +759,7 @@ describe('Dashboard edit', () => {
       cy.getBySel('dashboard-markdown-editor').click().type('Test resize');
 
       resize(
-        '[data-test="dashboard-markdown-editor"] .resizable-container span div:last-child',
+        '[data-test="dashboard-markdown-editor"] .resizable-container div.resizable-container-handle--bottom + div',
       ).to(500, 600);
 
       cy.getBySel('dashboard-markdown-editor').contains('Test resize');