webex / webex-js-sdk

JavaScript SDK for Webex
https://webex.github.io/webex-js-sdk/
Other
174 stars 343 forks source link

test(internal-plugin-dss): revert test and fix with an empty catch #3564

Closed mkesavan13 closed 5 months ago

mkesavan13 commented 5 months ago

COMPLETES AdHoc

This pull request addresses

The PR is to revert this test back to it's original state and just add an one-line fix

by making the following changes

The changes made are reverting the promise.then to old async/await methodology so that it doesn't diverge much with beta and add a one-line fix suggested by Marcin

Please refer to this discussion for better explanation: https://github.com/webex/webex-js-sdk/pull/3499#discussion_r1571133053

Change Type

The following scenarios where tested

< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >

I certified that


Make sure to have followed the contributing guidelines before submitting.