Integrate local business workflow and SaaS redesign
This commit is contained in:
@@ -29,6 +29,8 @@ test("campaign board renders campaigns as responsive cards", async () => {
|
||||
assert.match(source, /openEditDialog\(campaign\)/);
|
||||
assert.match(source, /toggleCampaign\(campaign\)/);
|
||||
assert.match(source, /runCampaign\(campaign\)/);
|
||||
assert.match(source, /Lead-Limit:\s*\{campaign\.maxNewLeadsPerRun\}/);
|
||||
assert.doesNotMatch(source, /Limits:\s*L/);
|
||||
});
|
||||
|
||||
test("campaign board surfaces recent run logs", async () => {
|
||||
|
||||
Reference in New Issue
Block a user