Skip to content

feat(widgets): addd e2e tests for task list#508

Merged
rsarika merged 24 commits into
webex:ccwidgetsfrom
adhmenon:tasklist
Aug 19, 2025
Merged

feat(widgets): addd e2e tests for task list#508
rsarika merged 24 commits into
webex:ccwidgetsfrom
adhmenon:tasklist

Conversation

@adhmenon

Copy link
Copy Markdown
Contributor

COMPLETES #<CAI-6525>

This pull request addresses

  • Adds UI automation and playwright tests for the widgets task list

by making the following changes

Vidcast - https://app.vidcast.io/share/f6523edf-f77f-445c-ab1f-a44ac685d7d3

Change Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tooling change
  • Internal code refactor

The following scenarios were tested

  • The testing is done with the amplify link
  • Auotmated tests suite has been run

The GAI Coding Policy And Copyright Annotation Best Practices

  • GAI was not used (or, no additional notation is required)
  • Code was generated entirely by GAI
  • GAI was used to create a draft that was subsequently customized or modified
  • Coder created a draft manually that was non-substantively modified by GAI (e.g., refactoring was performed by GAI on manually written code)
  • Tool used for AI assistance (GitHub Copilot / Other - specify)
    • Github Copilot
    • Other - Please Specify
  • This PR is related to
    • Feature
    • Defect fix
    • Tech Debt
    • Automation

Checklist before merging

  • I have not skipped any automated checks
  • All existing and new tests passed
  • I have updated the testing document

@adhmenon adhmenon added validated Indicates that the PR is ready for actions run_e2e Add this label to run E2E test for meeting and CC widgets labels Jul 29, 2025
@coderabbitai

coderabbitai Bot commented Jul 29, 2025

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@aws-amplify-us-east-2

Copy link
Copy Markdown

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-508.d1b38q61t1z947.amplifyapp.com

>
<mdc-text
class="md-text-wrapper task-title"
data-testid="task:title"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to add these changes as playwright tests require this data-test id

>
<mdc-text
class="md-text-wrapper task-title"
data-testid="task:title"

Copy link
Copy Markdown
Contributor Author

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.

@rsarika
rsarika merged commit 549dafd into webex:ccwidgets Aug 19, 2025
7 of 9 checks passed
github-actions Bot pushed a commit that referenced this pull request Aug 22, 2025
# [1.28.0-ccwidgets.107](v1.28.0-ccwidgets.106...v1.28.0-ccwidgets.107) (2025-08-22)

### Bug Fixes

* **cc-ui-logging:** @webex/ui-logging package ([#491](#491)) ([b647448](b647448))
* **cc-widgets:** added new chat client for cc widgets e2e testing ([#516](#516)) ([1b34046](1b34046))
* **cc-widgets:** Updated chat client with new asset ([#515](#515)) ([ea99d28](ea99d28))
* **publish:** force-publish-version-108 ([#522](#522)) ([125fd27](125fd27))
* **tooling:** force publish version 108 - 2 ([#523](#523)) ([ae9b70e](ae9b70e))
* **tooling:** force publish version 108 - 4 ([#525](#525)) ([010e10e](010e10e))
* **ui-logging:** add public access config in cc-ui-logging ([#521](#521)) ([3ab033b](3ab033b))

### Features

* **widgets:** addd e2e tests for task list ([#508](#508)) ([549dafd](549dafd))
@sreenara

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.28.0-ccwidgets.107 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released on @ccwidgets run_e2e Add this label to run E2E test for meeting and CC widgets validated Indicates that the PR is ready for actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants