UNPKG

@wix/design-system

Version:

@wix/design-system

22 lines (15 loc) 817 B
## WixDesignSystemProvider Testkit ### Import - unidriver: `import { WixDesignSystemProviderUniDriver } from '@wix/design-system/dist/testkit/unidriver';` - vanilla: `import { WixDesignSystemProviderTestkit } from '@wix/design-system/dist/testkit';` - puppeteer: `import { WixDesignSystemProviderTestkit } from '@wix/design-system/dist/testkit/puppeteer';` - playwright: `import { WixDesignSystemProviderTestkit } from '@wix/design-system/dist/testkit/playwright';` ### API ### exists - signature: exists() ### element - signature: element() ### isNewColorsBrandingEnabled - signature: isNewColorsBrandingEnabled() - description: TODO: remove with major release @deprecated This method is deprecated and will be removed in the next major release. It's always true now, since old branding doesn't exist anymore.