@bigbinary/neeto-playwright-commons 4.6.2 → 4.6.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.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -991,7 +991,7 @@ const COMMON_SELECTORS = {
|
|
|
991
991
|
checkbox: "nui-checkbox-input",
|
|
992
992
|
checkboxLabel: "nui-checkbox-label",
|
|
993
993
|
dropdownContainer: "nui-dropdown-container",
|
|
994
|
-
dropdownIcon:
|
|
994
|
+
dropdownIcon: "nui-dropdown-icon",
|
|
995
995
|
heading: "main-header",
|
|
996
996
|
paneBody: "pane-body",
|
|
997
997
|
paneHeader: "pane-header",
|
|
@@ -120109,7 +120109,7 @@ class ZapierPage extends IntegrationBase {
|
|
|
120109
120109
|
await this.zapierWebPage.close();
|
|
120110
120110
|
};
|
|
120111
120111
|
verifyZapIsTriggered = ({ productName, submittedEmail, zapTriggeredAfter, timeout = 2 * 60_000, }) => IS_MAILPIT_ENABLED
|
|
120112
|
-
? this.mailerUtils.findMessageV2({ to:
|
|
120112
|
+
? this.mailerUtils.findMessageV2({ to: ZAPIER_TEST_EMAIL_V2(productName), body: submittedEmail }, { timeout, receivedAfter: zapTriggeredAfter })
|
|
120113
120113
|
: this.mailerUtils.findMessage({ to: ZAPIER_TEST_EMAIL(productName), body: submittedEmail }, { timeout, receivedAfter: zapTriggeredAfter });
|
|
120114
120114
|
skipIfTaskLimitIsExhausted = async () => {
|
|
120115
120115
|
// Zapier provides 100 free task limit for free account; skip test if it's exhausted
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-playwright-commons",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.3",
|
|
4
4
|
"description": "A package encapsulating common playwright code across neeto projects.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-playwright-commons.git",
|
|
6
6
|
"license": "apache-2.0",
|