Description:
Locators were improved in existing Playwright E2E test files:
- cart-add-item.spec.ts
- cart-icon-badge.spec.ts
The previous CSS selectors were replaced with more stable data-testid locators to increase test reliability and reduce flakiness.
Additional assertions were added to strengthen validation of cart behavior.
Description:
Locators were improved in existing Playwright E2E test files:
The previous CSS selectors were replaced with more stable data-testid locators to increase test reliability and reduce flakiness.
Additional assertions were added to strengthen validation of cart behavior.