-
Notifications
You must be signed in to change notification settings - Fork 69
feat(widgets): addd e2e tests for task list #508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
1202ad8
fix(cc-widgets): add station-login tests
PrayagGP 0d043fb
fix(cc-widgets): rename multi-session to mulit-login
PrayagGP 1165d03
fix(cc-widgets): add delays while handling socket reconnection
PrayagGP 6c2f811
fix(cc-widgets): add timeouts for various expect statements
PrayagGP e62cf04
fix(cc-widgets): add a second attempt of intialising widgets
PrayagGP 2783685
fix(cc-widgets): add descriptions for helper functions
PrayagGP 0f92557
fix(cc-widgets): update test.afterAll for Desktop mode
PrayagGP fc40e67
fix(cc-widgets): remove unnecessary code
PrayagGP 77ce464
fix(cc-widgets): shift functions from test file to util file
PrayagGP fe92788
fix(cc-widgets): sync utility files with upstream - restore complete …
PrayagGP 4baacb6
fix(cc-widgets): add tests and utils for basic task controls
PrayagGP 651b817
fix(cc-widgets): add tasklist-test.spec.ts
riteshfyi 58faa94
fix(cc-widgets): refactor
riteshfyi ff53ab0
fix(cc-widgets): add utils and tests to verify hold and recording icons
PrayagGP f98841d
fix(cc-widgets): update after all
riteshfyi 703e18b
Merge branch 'friend/ccwidgets' into tasklist
riteshfyi 1f55c1d
fix(cc-widgets): fix variable types
riteshfyi 4dedcf1
Merge branch 'ccwidgets' of https://github.com/webex/widgets into tas…
adhmenon 9c100a1
Merge branch 'ccwidgets' of https://github.com/webex/widgets into tas…
adhmenon 2cfe2a0
fix(widgets): resolved-playwright-merge-conflicts
adhmenon 52f3e2c
Merge branch 'ccwidgets' into tasklist
rsarika 9d21f12
Merge branch 'ccwidgets' into tasklist
rsarika 3c9f12a
Merge branch 'ccwidgets' into tasklist
rsarika 3c46e1c
fix(task-list-uts): update-snapshot
akulakum File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had to add this as it was required for playwright tests.