UNPKG

@wix/design-system

Version:

@wix/design-system

47 lines (35 loc) 1.22 kB
## VerticalTabsItem Testkit ### Import - unidriver: `import { VerticalTabsItemUniDriver } from '@wix/design-system/dist/testkit/unidriver';` - vanilla: `import { VerticalTabsItemTestkit } from '@wix/design-system/dist/testkit';` - puppeteer: `import { VerticalTabsItemTestkit } from '@wix/design-system/dist/testkit/puppeteer';` - playwright: `import { VerticalTabsItemTestkit } from '@wix/design-system/dist/testkit/playwright';` ### API ### exists - signature: exists() - returns: Promise<boolean> - description: Checks whether the component found with the given data hook ### element - signature: element() - returns: Promise<any> - description: Gets the component root element ### click - signature: click() - returns: Promise<void> - description: Clicks on the component root element ### base - signature: base() - returns: UniDriver - description: Returns UniDriver for the base element ### isDisabled - signature: isDisabled() - description: Check if tab is disabled ### isSelected - signature: isSelected() - description: Check if tab is selected ### getText - signature: getText() - description: Get the item's text ### pressEnterKey - signature: pressEnterKey() - description: Keydown with Enter key