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:
parent
7e18b9e9c2
commit
f9651fba37
|
|
@ -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) =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user