e2ed
Version:
E2E testing framework over Playwright
9 lines (8 loc) • 442 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SCREENSHOT_NOT_SPECIFIED_ERROR_MESSAGE = void 0;
/**
* Error message for "Expected screenshot not specified" error from the `toMatchScreenshot` assert (in `expect`).
* @internal
*/
exports.SCREENSHOT_NOT_SPECIFIED_ERROR_MESSAGE = 'Expected screenshot not specified. If the actual screenshot is correct, specify screenshot from actualScreenshotId field';