@bigbinary/neeto-playwright-commons 1.22.2 → 1.22.3

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.cjs.js CHANGED
@@ -193220,7 +193220,7 @@ class CustomDomainPage {
193220
193220
  await test$1.expect(async () => {
193221
193221
  await validateButton.click();
193222
193222
  await this.neetoPlaywrightUtilities.verifyToast({
193223
- timeout: 15000,
193223
+ timeout: 20000,
193224
193224
  message: this.t("neetoCustomDomains.validation.successMessage"),
193225
193225
  });
193226
193226
  }).toPass({ timeout: 60000 });