@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.js
CHANGED
|
@@ -10622,6 +10622,9 @@ class OrganizationPage {
|
|
|
10622
10622
|
});
|
|
10623
10623
|
await this.page.getByTestId(SIGNUP_SELECTORS.profileSubmitButton).click();
|
|
10624
10624
|
await submitProfile;
|
|
10625
|
+
await this.page.waitForURL(new RegExp(getGlobalUserState().domain), {
|
|
10626
|
+
waitUntil: "load",
|
|
10627
|
+
});
|
|
10625
10628
|
};
|
|
10626
10629
|
this.setupOrganization = async (product) => {
|
|
10627
10630
|
if (!IS_STAGING_ENV)
|