Open scruffian opened 4 years ago
We should add an E2E test for the OpenTable block so that we notice if any future changes break it.
The E2E test should ensure that any regressions in behaviour are caught and surfaced so that we don't merge code that breaks this block.
This is how we've done it in the past: https://github.com/Automattic/jetpack/pull/14096
@creativecoder sending this back your way. This should just be added to the Explorers backlog.
Is your feature request related to a problem? Please describe.
We should add an E2E test for the OpenTable block so that we notice if any future changes break it.
Describe the solution you'd like
The E2E test should ensure that any regressions in behaviour are caught and surfaced so that we don't merge code that breaks this block.
Describe alternatives you've considered
This is how we've done it in the past: https://github.com/Automattic/jetpack/pull/14096