TrueSparrowSystems / AI-SalesSparrow-Android-App

MIT License
1 stars 0 forks source link

updates testId changes #82

Closed dakshbhardwaj closed 1 year ago

dakshbhardwaj commented 1 year ago

Summary:

Replaced the testsId according to the sheet

Summary by CodeRabbit

coderabbitai[bot] commented 1 year ago

Walkthrough

This pull request primarily focuses on refining the UI test identifiers and content descriptions in the CustomBottomSheetContainer, AccountDetailsScreen, and NotesScreen files. It also introduces usage of experimental Compose UI APIs in the NotesScreen.

Changes

File Path Summary
.../common_components/CustomBottomSheetContainer.kt Modified the addNoteButtonTestId property value for better identification.
.../sales/screens/AccountDetailsScreen.kt Updated the content description and test tag of an Image component for improved clarity.
.../sales/screens/NotesScreen.kt Added @OptIn(ExperimentalComposeUiApi::class) annotation to use experimental Compose UI APIs.

🐇💻

In the land of code, where logic intertwines,

A rabbit hops, leaving traces behind.

With each leap, a change is made,

Refining the craft, improving the grade.

Embracing the new, yet holding the old,

The story of progress, in each line, is told. 🎉

Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - Mention `@coderabbitai` in any *review comment* for bot assistance. The bot stays silent unless called upon. - Note: Review comments are made on code diffs or files, not on the PR overview. ### Pause Incremental Reviews - Insert `@coderabbitai: ignore` in the PR description to halt the bot's ongoing reviews. Remove the line to resume.