@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.js CHANGED
@@ -12362,18 +12362,7 @@ class HelpAndProfilePage {
12362
12362
  await newConversationButton.click();
12363
12363
  await expect(this.neetoChatSpinner).toBeHidden({ timeout: 35000 });
12364
12364
  });
12365
- await test$2.step("Step 4: Fill and submit email", async () => {
12366
- var _a, _b;
12367
- await this.neetoChatFrame
12368
- .getByTestId(CHAT_WIDGET_SELECTORS.preChatEmailInput)
12369
- .fill((_b = (_a = readFileSyncIfExists()) === null || _a === void 0 ? void 0 : _a.user) === null || _b === void 0 ? void 0 : _b.email);
12370
- await this.neetoChatFrame
12371
- .getByTestId(CHAT_WIDGET_SELECTORS.preChatSubmitButton)
12372
- .getByRole("button")
12373
- .click();
12374
- await expect(this.neetoChatSpinner).toBeHidden({ timeout: 35000 });
12375
- });
12376
- await test$2.step("Step 5: Verify conversation window", async () => {
12365
+ await test$2.step("Step 4: Verify conversation window", async () => {
12377
12366
  await expect(this.neetoChatFrame.getByTestId(CHAT_WIDGET_SELECTORS.chatBubble)).toHaveText(CHAT_WIDGET_TEXTS.welcomeChatBubble);
12378
12367
  });
12379
12368
  };