UNPKG

@umbraco/playwright-testhelpers

Version:

Test helpers for making playwright tests for Umbraco solutions

11 lines (10 loc) 389 B
import { ApiHelpers } from "./ApiHelpers"; export declare class SmtpApiHelper { api: ApiHelpers; private smtpBaseUrl; constructor(api: ApiHelpers); getAllEmails(): Promise<any>; deleteAllEmails(): Promise<number>; findEmailBySubject(subject: string): Promise<any>; doesNotificationEmailWithSubjectExist(actionName: string, contentName: string): Promise<any>; }