@bigbinary/neeto-playwright-commons 1.10.0 → 1.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -13464,10 +13464,7 @@ class WebhooksPage {
13464
13464
  callback({ parsedResponse, ...otherParams });
13465
13465
  };
13466
13466
  this.verifyWebhookDeliveryByEvent = async ({ event, callbackToVerifyDeliveries, ...fieldsToBeVerified }) => {
13467
- await this.page
13468
- .getByRole("row", { name: event })
13469
- .getByRole("button")
13470
- .click();
13467
+ await this.page.getByRole("row", { name: event }).getByRole("link").click();
13471
13468
  await this.verifyWebhookDeliveries({
13472
13469
  callback: callbackToVerifyDeliveries,
13473
13470
  ...fieldsToBeVerified,