@bigbinary/neeto-playwright-commons 1.23.3 → 1.23.4
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 -1
- package/index.cjs.js.map +1 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -120641,7 +120641,9 @@ class SlackPage extends IntegrationBase {
|
|
|
120641
120641
|
await slackWebappPage
|
|
120642
120642
|
.locator(SLACK_SELECTORS.loginPassword)
|
|
120643
120643
|
.pressSequentially(slackLoginPassword, { delay: 10 });
|
|
120644
|
-
await slackWebappPage
|
|
120644
|
+
await slackWebappPage
|
|
120645
|
+
.locator(SLACK_SELECTORS.signInButton)
|
|
120646
|
+
.click({ timeout: 35000 });
|
|
120645
120647
|
await slackWebappPage.waitForLoadState("domcontentloaded", {
|
|
120646
120648
|
timeout: 25000,
|
|
120647
120649
|
});
|