Rebase onto trunk and update expector

This commit is contained in:
Veljko
2024-03-12 18:51:03 +01:00
committed by Veljko V
parent 099ea279bd
commit c7a75a897b

View File

@@ -117,7 +117,7 @@ export async function automationTriggerWorkflow() {
describe('automation-trigger-workflow: should be able to see subscriber in the results', () => {
expect(
page.locator('.mailpoet-analytics-orders__customer').innerText(),
).to.have.string(subscriberEmail);
).to.contain(subscriberEmail);
});
});