Integrate local business workflow and SaaS redesign
This commit is contained in:
@@ -112,13 +112,14 @@ test("OutreachReviewWorkspace separates audit publication from email approval",
|
||||
|
||||
assert.match(source, /Audit veröffentlichen/);
|
||||
assert.match(source, /Änderungen speichern/);
|
||||
assert.match(source, /E-Mail freigeben und senden/);
|
||||
assert.match(source, /E-Mail freigeben/);
|
||||
assert.match(source, /Final senden/);
|
||||
assert.match(source, /useAction/);
|
||||
assert.match(source, /outreachSendAction[\s\S]*sendApprovedEmail/);
|
||||
|
||||
const auditPublishIndex = source.indexOf("Audit veröffentlichen");
|
||||
const auditSaveIndex = source.indexOf("Änderungen speichern");
|
||||
const emailApprovalIndex = source.indexOf("E-Mail freigeben und senden");
|
||||
const emailApprovalIndex = source.indexOf("E-Mail freigeben");
|
||||
|
||||
assert.ok(auditPublishIndex >= 0);
|
||||
assert.ok(auditSaveIndex >= 0);
|
||||
|
||||
Reference in New Issue
Block a user