@bigbinary/neeto-playwright-commons 1.10.14 → 1.10.15
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
|
@@ -14750,7 +14750,7 @@ class OrganizationPage {
|
|
|
14750
14750
|
this.fillOrganizationDetails = async ({ credentials, appName, }) => {
|
|
14751
14751
|
await this.page
|
|
14752
14752
|
.getByTestId(SIGNUP_SELECTORS.organizationNameTextField)
|
|
14753
|
-
.fill(credentials.businessName);
|
|
14753
|
+
.fill(neetoCist.humanize(credentials.businessName));
|
|
14754
14754
|
const fetchSubdomainAvailability = this.neetoPlaywrightUtilities.interceptMultipleResponses({
|
|
14755
14755
|
responseUrl: ROUTES.subdomainAvailability,
|
|
14756
14756
|
timeout: 60 * 1000,
|