Open MathieuLamiot opened 1 week ago
I was able to reproduce the problem by running npm run test:e2e
async
& await
on this stepcpcss:{
type: FieldType.checkbox,
element: "#optimize_css_delivery",
target: "label[for=optimize_css_delivery]",
after: async (page: Page): Promise<void> => {
await page.locator("#wpr-radio-async_css").click();
},
},
On the after
call back, we need to bail out when the option is enabled.
async
& await
@setup
tag to the feature.[S]
See Rocket-E2E test results shared by the team.