-
Notifications
You must be signed in to change notification settings - Fork 131
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
[WOO POS] UI tests for Product and Cart screens #12713
base: issue/12689-ui-tests-exit-pos-dialog
Are you sure you want to change the base?
[WOO POS] UI tests for Product and Cart screens #12713
Conversation
Previously, we were assigning the charts value to itself, and it was making the logic harder to follow.
Update release notes for 20.4
Merge release/20.4 into trunk
This reverts commit 769b21b.
Remove modifier param because we don't really want to allow overriding it.
…ui-issues [Woo POS] Totals calculation app-side issue
…banner Issue/12597 custom fields banner
… the product is added, the same product is added to cart.
… cart list is not shown.
…t list has items.
… cart items are removed
…he checkout screen.
…en when the checkout button is clicked.
Generated by 🚫 Danger |
📲 You can test the changes from this Pull Request in WooCommerce-Wear Android by scanning the QR code below to install the corresponding build.
|
📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.
|
…een-pos # Conflicts: # WooCommerce/src/main/kotlin/com/woocommerce/android/ui/woopos/home/WooPosHomeScreen.kt # WooCommerce/src/main/kotlin/com/woocommerce/android/ui/woopos/home/cart/WooPosCartScreen.kt
|
||
@Composable | ||
private fun defaultSwitchColors(): SwitchColors = | ||
SwitchDefaults.colors(checkedThumbColor = MaterialTheme.colors.primary) | ||
|
||
@Composable | ||
fun BottomSheetSwitchColors(): SwitchColors = |
Check warning
Code scanning / Android Lint
Incorrect naming for @Composable functions Warning
Aztec.with(viewsHolder.visualEditor, viewsHolder.sourceEditor, viewsHolder.toolbar, listener) | ||
.setImageGetter(GlideImageLoader(localContext)) | ||
} | ||
var sourceEditorMinHeight by rememberSaveable { mutableStateOf(0) } |
Check notice
Code scanning / Android Lint
State<T> will autobox values assigned to this state. Use a specialized state type instead. Note
<string name="woopos_dialog_exit_confirmation_background_content_description">Abgedunkelter Hintergrund. Zum Schließen des Dialogs tippen.</string> | ||
<string name="blaze_campaign_budget_weekly_spending">%1$s wöchentlich</string> | ||
<string name="blaze_campaign_budget_duration_endless_label">Ausführen, bis ich sie beende</string> | ||
<string name="blaze_campaign_budget_duration_endless_campaign_value">Seit dem %1$s</string> |
Check warning
Code scanning / Android Lint
Spelling error Warning
<string name="blaze_campaign_budget_duration_bottom_sheet_starts">Starts</string> | ||
<string name="blaze_campaign_budget_duration_bottom_sheet_end_date">to %1$s</string> | ||
<string name="blaze_campaign_budget_duration_bottom_sheet_start_date">Start date</string> | ||
<string name="blaze_campaign_budget_duration_endless_label">Run until I stop it</string> |
Check warning
Code scanning / Android Lint
Unused resources Warning
Closes: #12702
Description
This PR adds UI tests for Product and Cart screens of POS.
Testing information
Ensure the CI is happy - specifically, UI test pipeline is green.
The tests that have been performed
RELEASE-NOTES.txt
if necessary. Use the "[Internal]" label for non-user-facing changes.Reviewer (or Author, in the case of optional code reviews):
Please make sure these conditions are met before approving the PR, or request changes if the PR needs improvement: