Skip to content

Commit 2406d26

Browse files
update e2e after widget default view change back to chat
1 parent b79c185 commit 2406d26

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

e2e/example-page.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ export class ExamplePage {
4949
this.widgetFrame = await elementHandle.contentFrame()
5050
}
5151

52-
async openChatView() {
53-
await this.widgetFrame.locator('text=Chat now').click()
54-
}
55-
5652
async startTheChat() {
5753
const startTheChatButton = await this.widgetFrame.waitForSelector('text=Start the chat', {
5854
state: 'visible',

e2e/examples.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ test.describe.parallel('Example applications', () => {
2525
const examplePage = new ExamplePage(page, framework)
2626
await examplePage.goto()
2727
await examplePage.getWidgetIframe()
28-
await examplePage.openChatView()
2928

3029
customerData.id = examplePage.getServerCustomerId()
3130
await expect(examplePage.dataContainers.widgetIsReady).toHaveText('Widget is ready: true')

0 commit comments

Comments
 (0)