From 48a772ab5ca4ec30da6e6a995206b9cb24135c65 Mon Sep 17 00:00:00 2001 From: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com> Date: Wed, 21 Oct 2020 17:13:47 +0530 Subject: [PATCH] Updated locator for test failure (#1334) --- app/client/cypress/locators/ViewWidgets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/cypress/locators/ViewWidgets.json b/app/client/cypress/locators/ViewWidgets.json index 2c83bf7464..b9606194a0 100644 --- a/app/client/cypress/locators/ViewWidgets.json +++ b/app/client/cypress/locators/ViewWidgets.json @@ -14,7 +14,7 @@ "searchloc": "input[placeholder='Enter location to search']", "imagecontainer": ".t--draggable-imagewidget span.t--widget-name", "imageinner": ".t--draggable-imagewidget img", - "chartInnerText": ".t--draggable-chartwidget text", + "chartInnerText": ".t--property-control-title", "inputChartValue": ".t--property-control-chartdata .CodeMirror textarea", "chartButton": ".t--property-control-chartdata button", "rectangleChart": ".t--draggable-chartwidget g rect",