UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

13 lines (10 loc) 376 B
import { FormFieldBuilderBase } from './formFieldBuilderBase'; export class FormPasswordFieldBuilder extends FormFieldBuilderBase { fieldTypeId = 'fb37bc60-d41e-11de-aeae-37c155d89593'; removePrevalueEditor = true; withPlaceholder(placeholder) { // tslint:disable-next-line: no-string-literal this.settings['Placeholder'] = placeholder; return this; } }