Skip to content

Commit

Permalink
#1644 Fixed test field changes
Browse files Browse the repository at this point in the history
Signed-off-by: Veena S <[email protected]>
  • Loading branch information
veenas1 committed Dec 25, 2023
1 parent 76e43fd commit 954fc26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function getCopy(value) {
}

function getAddButtonsList(rows) {
return rows.find(".ReactVirtualized__Table__rowColumn").find("Button.expression-add-field-button");
return rows.find("Button.expression-add-field-button");
}

var controller = new Controller();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -989,8 +989,6 @@
"default": "Globals"
},
"field_columns": {
"add_column_info": {
},
"field_column_info": {
},
"value_column_info": {
Expand All @@ -1009,11 +1007,6 @@
"default": "Multi Response Set"
},
"field_columns": {
"add_column_info": {
"label": {
"default": "Add"
}
},
"field_column_info": {
"label": {
"default": "Group"
Expand All @@ -1040,11 +1033,6 @@
"default": "Parameters"
},
"field_columns": {
"add_column_info": {
"label": {
"default": "Add"
}
},
"field_column_info": {
"label": {
"default": "Parameter"
Expand Down

0 comments on commit 954fc26

Please sign in to comment.