wp-media / wp-rocket-e2e

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

Closes #93: Mobile assertion bails out early and passes after desktop assertion fails #94

Closed jeawhanlee closed 5 months ago

jeawhanlee commented 5 months ago

Description

This PR fixes the issue where mobile assertion bails out because failMsg state retention from previous scenario(desktop)

Fixes #93

Documentation

User documentation

Explain how this code impacts users.

Technical documentation

The code resets the failMsg variable, setting it to an empty string in the preceding step.

Type of change

New dependencies

List any new dependencies that are required for this change.

Risks

None

Checklists

Feature validation

Documentation

Code style

Observability

Risks