Skip to content

Commit d0041f6

Browse files
committed
feat(widget-meet): update start call aria label
1 parent b279bee commit d0041f6

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

packages/node_modules/@ciscospark/widget-meet/src/components/call-inactive/index.js

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/node_modules/@ciscospark/widget-meet/src/container.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/node_modules/@ciscospark/widget-meet/src/messages.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/journeys/lib/test-helpers/space-widget/meet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const elements = {
1010
callContainer: '.call-container',
1111
meetWidget: '.ciscospark-meet-wrapper',
1212
messageWidget: '.ciscospark-message-wrapper',
13-
callButton: 'button[aria-label="Call"]',
13+
callButton: 'button[aria-label="Start Call"]',
1414
answerButton: 'button[aria-label="Answer"]',
1515
declineButton: 'button[aria-label="Decline"]',
1616
hangupButton: 'button[aria-label="Hangup"]',

0 commit comments

Comments
 (0)