BottomNavigationvariable

Call this InteractorConstructor to initialize a bottom navigation Interactor. The bottom navigation interactor can be used to interact with bottom navigation on the page and to assert on their state.

The bottom navigation can be located by value filter.

Example

await BottomNavigation().navigate('Favorites');
await BottomNavigation().has({ value: 'Recents' });
await BottomNavigation({ value: 'Nearby' }).exists();

Filters

  • value: string – Filter by value

Actions

  • navigate(value: string): Interaction – Navigate to new destination

← Back to @interactors/material-ui