wp-media / wp-rocket-e2e

Playwright E2E testing repo
GNU General Public License v3.0
0 stars 0 forks source link

Closes #92: force-wp-mobile will not uninstall when wp-rocket is not found in cleanup hook #95

Closed jeawhanlee closed 3 months ago

jeawhanlee commented 3 months ago

Description

Fixes the issue where force-wp-mobile is not uninstalled at cleanup because of a bail out in the clean up process.

Fixes #92

Documentation

User documentation

Explain how this code impacts users. Moves the uninstall command to the top in the clean up process.

Technical documentation

Explain how this code works. Diagram & drawings are welcomed.

Type of change

New dependencies

List any new dependencies that are required for this change.

Risks

List possible performance & security issues or risks, and explain how they have been mitigated.

Checklists

Feature validation

Documentation

Code style

Observability

Risks