@bigbinary/neeto-playwright-commons 1.19.5 → 1.19.6
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
|
@@ -192514,7 +192514,7 @@ class OrganizationPage {
|
|
|
192514
192514
|
await this.page.getByTestId(COMMON_SELECTORS.checkbox).click();
|
|
192515
192515
|
const profileSubmitButton = this.page.getByTestId(SIGNUP_SELECTORS.profileSubmitButton);
|
|
192516
192516
|
await profileSubmitButton.click();
|
|
192517
|
-
await test$1.expect(profileSubmitButton).toBeHidden({ timeout: 60000 });
|
|
192517
|
+
await test$1.expect(profileSubmitButton).toBeHidden({ timeout: 5 * 60000 });
|
|
192518
192518
|
await this.neetoPlaywrightUtilities.waitForPageLoad();
|
|
192519
192519
|
};
|
|
192520
192520
|
this.loginAndOnboard = async ({ email, firstName, lastName, country, handleOnboarding, baseURL = process.env.BASE_URL, fetchOtpFromEmail, }) => {
|