UNPKG

@awsui/components-react

Version:

AWS UI is a collection of [React](https://reactjs.org/) components that help create intuitive, responsive, and accessible user experiences for web applications. It is developed by Amazon Web Services (AWS). This work is available under the terms of the [A

13 lines (12 loc) 534 B
import { ElementWrapper } from '@awsui/test-utils-core/dom'; import ButtonWrapper from '../button'; import FormWrapper from '../form'; export default class WizardWrapper extends FormWrapper { static rootSelector: string; findInfo(): ElementWrapper | null; findCancelButton(): ButtonWrapper; findPreviousButton(): ButtonWrapper | null; findPrimaryButton(): ButtonWrapper; findMenuNavigationLinks(): Array<ElementWrapper>; findMenuNavigationLink(stepNumber: number, state?: string): ElementWrapper | null; }