Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v3' into feature/60417-xapp-2
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinto committed Apr 22, 2024
2 parents 1183867 + 5e9f93b commit b1246ef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cypress/integration/collated-text-inputs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe("collated text inputs", () => {
.startConversation();

cy.sendMessage("immediately there!");
cy.contains("immediately there!", { timeout: 200 }).should("be.visible");
cy.contains("immediately there!").should("be.visible");
});

it("sends separate messages if the collate timeout of 1000ms was exceeded", () => {
Expand Down
2 changes: 1 addition & 1 deletion cypress/integration/messages/quickReplies.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe("Message with Quick Replies", () => {
})
})

it.only("should click the quick reply and post as user message", () => {
it("should click the quick reply and post as user message", () => {
cy.withMessageFixture('quick-replies', () => {
cy.get("button:contains('foobar003qr01')").last().focus();
cy.get("button:contains('foobar003qr01')").last().click();
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cognigy/webchat",
"version": "3.0.0-beta.20",
"version": "3.0.0-beta.21",
"description": "Webchat Widget for Cognigy.AI",
"author": "Cognigy GmbH <[email protected]>",
"contributors": [
Expand Down

0 comments on commit b1246ef

Please sign in to comment.