@bigbinary/neeto-playwright-commons 1.11.17 → 1.11.18
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
|
@@ -16436,7 +16436,7 @@ class TeamMembers {
|
|
|
16436
16436
|
await this.page.getByTestId(MEMBER_SELECTORS.submitButton).click();
|
|
16437
16437
|
// eslint-disable-next-line playwright/no-standalone-expect
|
|
16438
16438
|
await test$1.expect(this.page.getByTestId(COMMON_SELECTORS.paneBody)).toBeHidden();
|
|
16439
|
-
}).toPass({ timeout:
|
|
16439
|
+
}).toPass({ timeout: 40000 });
|
|
16440
16440
|
await this.neetoPlaywrightUtilities.waitForPageLoad();
|
|
16441
16441
|
await this.neetoPlaywrightUtilities.verifyToast();
|
|
16442
16442
|
};
|