UNPKG

cypress-cucumber-steps

Version:
35 lines 655 B
import { DataTable } from '@badeball/cypress-cucumber-preprocessor'; /** * When I submit: * * ```gherkin * When I submit * ``` * * Submits a form. * * @example * * ```gherkin * When I submit * ``` * * With [options](https://docs.cypress.io/api/commands/submit#Arguments): * * ```gherkin * When I submit * | log | true | * | timeout | 4000 | * ``` * * @remarks * * A preceding step like {@link When_I_find_form | "When I find form"} is required. For example: * * ```gherkin * When I find form * And I submit * ``` */ export declare function When_I_submit(options?: DataTable): void; //# sourceMappingURL=submit.d.ts.map