UNPKG

e2ed

Version:

E2E testing framework over Playwright

9 lines (8 loc) 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RETRY_KEY = void 0; /** * Key for retrying of Selector properties. * @internal */ exports.RETRY_KEY = Symbol.for('e2ed:RETRY_KEY');