@bigbinary/neeto-playwright-commons 1.8.18 → 1.8.19
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 +3 -0
- package/index.cjs.js.map +1 -1
- package/index.js +3 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -10658,6 +10658,9 @@ class OrganizationPage {
|
|
|
10658
10658
|
});
|
|
10659
10659
|
await this.page.getByTestId(SIGNUP_SELECTORS.profileSubmitButton).click();
|
|
10660
10660
|
await submitProfile;
|
|
10661
|
+
await this.page.waitForURL(new RegExp(getGlobalUserState().domain), {
|
|
10662
|
+
waitUntil: "load",
|
|
10663
|
+
});
|
|
10661
10664
|
};
|
|
10662
10665
|
this.setupOrganization = async (product) => {
|
|
10663
10666
|
if (!IS_STAGING_ENV)
|