Skip to content

Commit

Permalink
added paste option
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-qa007 committed Jan 2, 2025
1 parent 8b3fe32 commit 4b858d8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions app/client/cypress/support/Pages/GSheetHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,14 @@ export class GsheetHelper {
: "Update row object(s)";
}

this.agHelper.EnterValue(rowData, {
propFieldName: "",
directInput: false,
inputFieldName: inputField,
});
// this.agHelper.EnterValue(rowData, {
// propFieldName: "",
// directInput: false,
// inputFieldName: inputField,
// });

this.agHelper.Paste(this.locator._inputFieldByName(inputField), rowData);

if (executeQuery) this.dataSources.RunQuery();
}

Expand Down

0 comments on commit 4b858d8

Please sign in to comment.