## Description > [!TIP] > _Add a TL;DR when the description is longer than 500 words or extremely technical (helps the content team)._ > > _Please also include relevant motivation and context. List any dependencies that are required for this change. Add links to Notion, Figma or any other documents that might be relevant to the PR._ Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="@tag.Maps" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!IMPORTANT] > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/8231075012> > Commit: `07f432e3206c6b370265078607b285e94eb0aacd` > Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=8231075012&attempt=1" target="_blank">Click here!</a> > All cypress tests have passed 🎉🎉🎉 <!-- end of auto-generated comment: Cypress test results --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Tests** - Updated MapChart widget test cases, including selector changes and modified assertions. - **New Features** - Enhanced the MapChart Widget to render charts using SVG for improved performance and quality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
40 lines
2.1 KiB
JSON
40 lines
2.1 KiB
JSON
{
|
|
"imageWidget": ".t--draggable-imagewidget",
|
|
"chartWidget": ".t--draggable-chartwidget",
|
|
"chartType": ".t--property-control-charttype input",
|
|
"chartTypeText": ".t--property-control-charttype",
|
|
"mapType": ".t--property-control-maptype .rc-select-selection-item",
|
|
"destin": ".appsmith_widget_01ewdomru7",
|
|
"mapWidget": ".t--draggable-mapwidget",
|
|
"dropdownSelectButton": ".t--open-dropdown-Select",
|
|
"dismissbutton": ".dismissButton",
|
|
"search": "input[placeholder='Enter location']",
|
|
"enablesearch": ".t--property-control-enablesearchlocation input",
|
|
"enablepicklocation": ".t--property-control-enablepicklocation input",
|
|
"enablecreatemarker": ".t--property-control-createnewmarker input",
|
|
"zoom": ".t--property-control-zoomable input",
|
|
"searchloc": "input[placeholder='Enter location to search']",
|
|
"imagecontainer": ".t--draggable-imagewidget span.t--widget-name",
|
|
"imageinner": ".t--draggable-imagewidget img",
|
|
"chartInnerText": ".t--property-control-title",
|
|
"inputChartValue": ".t--property-control-chartseries .CodeMirror textarea",
|
|
"chartButton": ".t--property-control-chartseries button",
|
|
"rectangleChart": ".t--draggable-chartwidget g",
|
|
"fusionRectangleChart": ".t--draggable-chartwidget g rect",
|
|
"xlabel": ".t--property-control-x-axislabel .CodeMirror-code",
|
|
"ylabel": ".t--property-control-y-axislabel .CodeMirror-code",
|
|
"mapInner": ".t--draggable-mapwidget span.t--widget-name",
|
|
"mapInput": ".t--property-control-defaultmarkers .CodeMirror-code",
|
|
"mapinitialloc": ".t--property-control-initiallocation input",
|
|
"mapSearch": ".t--draggable-mapwidget input",
|
|
"createMarker": ".t--property-control-createnewmarker [type='checkbox']",
|
|
"zoomLevel": ".t--property-control-zoomlevel svg",
|
|
"sourceImage": ".t--property-control-image .CodeMirror-code",
|
|
"defaultImage": ".t--property-control-defaultimage .CodeMirror textarea",
|
|
"Chartlabel": ".t--draggable-chartwidget g text",
|
|
"FusionChartlabel": ".t--draggable-chartwidget g:nth-child(5) text",
|
|
"pickMyLocation": ".t--draggable-mapwidget div[title='Pick My Location']",
|
|
"mapChartEntityLabels": ".t--draggable-mapchartwidget text",
|
|
"listWidget": ".t--draggable-listwidget"
|
|
}
|