diff options
| author | Saumit <justsaumit@protonmail.com> | 2025-09-27 02:14:26 +0530 |
|---|---|---|
| committer | Saumit <justsaumit@protonmail.com> | 2025-09-27 02:14:26 +0530 |
| commit | 82e03978b89938219958032efb1448cc76baa181 (patch) | |
| tree | 626f3e54d52ecd49be0ed3bee30abacc0453d081 /src/frontend/utils/enums/CypressFields.ts | |
Initial snapshot - OpenTelemetry demo 2.1.3 -f
Diffstat (limited to 'src/frontend/utils/enums/CypressFields.ts')
| -rw-r--r-- | src/frontend/utils/enums/CypressFields.ts | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/frontend/utils/enums/CypressFields.ts b/src/frontend/utils/enums/CypressFields.ts new file mode 100644 index 0000000..be85b82 --- /dev/null +++ b/src/frontend/utils/enums/CypressFields.ts @@ -0,0 +1,28 @@ +// Copyright The OpenTelemetry Authors +// SPDX-License-Identifier: Apache-2.0 + +export enum CypressFields { + Ad = 'ad', + CartDropdown = 'cart-dropdown', + CartDropdownItem = 'cart-dropdown-item', + CartDropdownItemQuantity = 'cart-dropdown-item-quantity', + CartGoToShopping = 'cart-go-to-shopping', + CartIcon = 'cart-icon', + CartItemCount = 'cart-item-count', + CheckoutPlaceOrder = 'checkout-place-order', + CheckoutItem = 'checkout-item', + CurrencySwitcher = 'currency-switcher', + SessionId = 'session-id', + ProductCard = 'product-card', + ProductList = 'product-list', + ProductPrice = 'product-price', + RecommendationList = 'recommendation-list', + HomePage = 'home-page', + ProductDetail = 'product-detail', + HotProducts = 'hot-products', + ProductPicture = 'product-picture', + ProductName = 'product-name', + ProductDescription = 'product-description', + ProductQuantity = 'product-quantity', + ProductAddToCart = 'product-add-to-cart', +} |
