UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

9 lines (7 loc) 254 B
import { DocumentTypePropertyBuilder } from './documentTypePropertyBuilder'; export class TextBoxDocumentTypePropertyBuilder extends DocumentTypePropertyBuilder { constructor(parentBuilder) { super(parentBuilder); this.dataTypeId = -88; } }