@bigbinary/neeto-playwright-commons 1.26.9 → 1.26.10
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 +1 -1
- package/index.cjs.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -118864,7 +118864,7 @@ class CustomDomainPage {
|
|
|
118864
118864
|
await this.neetoPlaywrightUtilities.verifyToast({
|
|
118865
118865
|
message: this.t("neetoCustomDomains.validation.successMessage"),
|
|
118866
118866
|
});
|
|
118867
|
-
}).toPass({ timeout: 60000 });
|
|
118867
|
+
}).toPass({ timeout: 2 * 60000 });
|
|
118868
118868
|
if (isCertificateLimitExceeded) {
|
|
118869
118869
|
test.test.skip(true, CERTIFICATE_LIMIT_EXCEEDED_MESSAGE);
|
|
118870
118870
|
return;
|