Edwin Takahashi

Results 10 issues of Edwin Takahashi

### Details Take a look at [jest-allure](https://github.com/zaqqaz/jest-allure) as an option for reporting. WooCommerce already uses Allure for their reporting: https://woocommerce.github.io/woocommerce-test-reports/daily/api/allure-report/#suites ### Checklist _No response_ ### Related https://github.com/Automattic/wp-calypso/issues/66188

[Type] Task

#### Proposed Changes This PR adds a new build configuration to allow for experimentation without affecting the main E2E builds. #### Testing Instructions Ensure the following: - [x] Unit Tests...

[Status] Needs Review

Add a new build configuration so that experimentation does not impact the mainline E2E projects.

### Spec file plans/plans__upgrade ### TeamCity ID 8368224 ### Logs ``` locator.innerText: Timeout 30000ms exceeded. =========================== logs =========================== waiting for selector "div.section-nav a[aria-current="true"]:has(span:has-text("My Plan"))" ============================================================ at clickNavTab (/home/teamcity-1/buildAgent/work/c4a9d5b38c1dacde/packages/calypso-e2e/src/element-helper.ts:108:57) at PlansPage.clickTab...

Flaky e2e

#### Proposed Changes This PR updates the FSE: Smoke Test spec to account for the scenario where the non-iframed editor is loaded (aka the Atomic editor). **Key changes:** - if/else...

[Status] Needs Review

#### Proposed Changes This PR adds the `--fix` parameter to the pre-commit hook ESLint in an attempt to automatically fix warnings. **Context:** Our `Check code style` build shows a persistent...

[Status] Needs Review

#### Proposed Changes This PR upgrades our docker base image from `buster` to `bullseye-slim`. **Key changes:** - use `bullseye-slim` instead of `buster`. - removal of nvm from the image. -...

[Status] Needs Review

### Impacted plugin Jetpack ### Quick summary When editing the button text to words that contain spaces (eg. `I'm in!`) the experience is frustrating as the space is automatically removed....

[Type] Bug
[Pri] Normal
[Status] Stale
[Block] Subscriptions
[Plugin] Jetpack
Triaged
[Feature] Grow Blocks
[Feature Group] Editor Experience

### Impacted plugin Jetpack ### Quick summary The right hand side of the Record with Voice block is cut off abruptly. ### Steps to reproduce 1. enable beta blocks. 2....

[Type] Bug
[Focus] Blocks
[Status] Stale
[Plugin] Jetpack
[Block] Create With Voice

Certain test suites in the Playwright E2E project intermittently encounter HTTP 304 status when first attempting to load a calypso URL. The failure is presumably occurring [here](https://github.com/Automattic/wp-calypso/blob/trunk/packages/calypso-e2e/src/lib/flows/login-flow.ts#L65) when the `/log-in`...