Skip to content

Commit

Permalink
Merge pull request #172 from glific/audio-format
Browse files Browse the repository at this point in the history
Changed the audio file
  • Loading branch information
kurund authored Apr 15, 2024
2 parents 0fcebdc + ec1b25b commit 206110e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cypress/e2e/template/HSMTemplate.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ describe('HSM Template', () => {
const documentURL = 'https://www.buildquickbots.com/whatsapp/media/sample/pdf/sample01.pdf';
const videoURL =
'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/WeAreGoingOnBullrun.mp4';
const audioURL = 'https://actions.google.com/sounds/v1/alarms/bugle_tune.ogg';
const audioURL =
'https://actions.google.com/sounds/v1/alarms/bugle_tune.https://www.buildquickbots.com/whatsapp/media/sample/audio/sample01.mp3';
const stickerURL = 'https://www.buildquickbots.com/whatsapp/media/sample/jpg/sample01.jpg';

beforeEach(function () {
Expand Down
2 changes: 1 addition & 1 deletion cypress/support/chats.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Cypress.Commands.add('sendAudioAttachment', (type) => {
).click();
cy.get('[data-testid="outlinedInput"]').click();
cy.get('[data-testid="outlinedInput"]').type(
'https://actions.google.com/sounds/v1/alarms/bugle_tune.ogg'
'https://www.buildquickbots.com/whatsapp/media/sample/audio/sample01.mp3'
);
cy.wait(2000);
cy.addAttachmentCaption('', type);
Expand Down

0 comments on commit 206110e

Please sign in to comment.