Browse Source

test: cy webhook fix

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3401/head
Raju Udava 2 years ago
parent
commit
c7c8856e80
  1. 2
      scripts/cypress-v2/integration/common/8a_webhook.js

2
scripts/cypress-v2/integration/common/8a_webhook.js

@ -212,7 +212,7 @@ function verifyHookTrigger(count, lastValue) {
function deleteRow(index) { function deleteRow(index) {
mainPage mainPage
.getCell("Title", 1) .getCell("Title", index)
.rightclick(); .rightclick();
// delete row // delete row

Loading…
Cancel
Save