From 111c4a30b58e70969e7b7eb81185ff2125524184 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" Date: Wed, 9 Nov 2022 12:02:48 -0500 Subject: [PATCH] Fixes Slovakia code --- .../cypress/integration/dashboard/drilltodetail.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset-frontend/cypress-base/cypress/integration/dashboard/drilltodetail.test.ts b/superset-frontend/cypress-base/cypress/integration/dashboard/drilltodetail.test.ts index 2ea31b9808c43..caf938b33cf47 100644 --- a/superset-frontend/cypress-base/cypress/integration/dashboard/drilltodetail.test.ts +++ b/superset-frontend/cypress-base/cypress/integration/dashboard/drilltodetail.test.ts @@ -415,8 +415,8 @@ describe('Drill to detail modal', () => { }); cy.get("[data-test-viz-type='world_map'] svg").then($canvas => { cy.wrap($canvas).scrollIntoView().rightclick(200, 140); - openModalFromChartContext('Drill to detail by SLV'); - cy.getBySel('filter-val').should('contain', 'SLV'); + openModalFromChartContext('Drill to detail by SVK'); + cy.getBySel('filter-val').should('contain', 'SVK'); }); }); });