Skip to content

Commit

Permalink
Fixes Slovakia code
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Nov 9, 2022
1 parent 82d6eca commit 111c4a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
});
});
Expand Down

0 comments on commit 111c4a3

Please sign in to comment.