@bigbinary/neeto-playwright-commons 1.8.27 → 1.8.28
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 -12
- package/index.cjs.js.map +1 -1
- package/index.js +1 -12
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -12398,18 +12398,7 @@ class HelpAndProfilePage {
|
|
|
12398
12398
|
await newConversationButton.click();
|
|
12399
12399
|
await test$1.expect(this.neetoChatSpinner).toBeHidden({ timeout: 35000 });
|
|
12400
12400
|
});
|
|
12401
|
-
await test$1.test.step("Step 4:
|
|
12402
|
-
var _a, _b;
|
|
12403
|
-
await this.neetoChatFrame
|
|
12404
|
-
.getByTestId(CHAT_WIDGET_SELECTORS.preChatEmailInput)
|
|
12405
|
-
.fill((_b = (_a = readFileSyncIfExists()) === null || _a === void 0 ? void 0 : _a.user) === null || _b === void 0 ? void 0 : _b.email);
|
|
12406
|
-
await this.neetoChatFrame
|
|
12407
|
-
.getByTestId(CHAT_WIDGET_SELECTORS.preChatSubmitButton)
|
|
12408
|
-
.getByRole("button")
|
|
12409
|
-
.click();
|
|
12410
|
-
await test$1.expect(this.neetoChatSpinner).toBeHidden({ timeout: 35000 });
|
|
12411
|
-
});
|
|
12412
|
-
await test$1.test.step("Step 5: Verify conversation window", async () => {
|
|
12401
|
+
await test$1.test.step("Step 4: Verify conversation window", async () => {
|
|
12413
12402
|
await test$1.expect(this.neetoChatFrame.getByTestId(CHAT_WIDGET_SELECTORS.chatBubble)).toHaveText(CHAT_WIDGET_TEXTS.welcomeChatBubble);
|
|
12414
12403
|
});
|
|
12415
12404
|
};
|