test: Fix button label to create new JS Object (#32262)

Reverting label change from
https://github.com/appsmithorg/appsmith/pull/32226.
This commit is contained in:
Shrikant Sharat Kandula 2024-03-30 12:07:40 +05:30 committed by GitHub
parent 7e18b9e9c2
commit f9651fba37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ export class JSEditor {
private _outputConsole = ".CodeEditorTarget";
private _jsObjName = ".t--js-action-name-edit-field span";
public _jsObjTxt = ".t--js-action-name-edit-field input";
public _newJSobj = "span:contains('New JS Object')";
public _newJSobj = "span:contains('New JS object')";
private _bindingsClose = ".t--entity-property-close";
public _propertyList = ".binding";
private _responseTabAction = (funName: string) =>