Const
Call this InteractorConstructor to initialize a snackbar Interactor. The snackbar interactor can be used to assert on snackbars state.
The snackbar is located by the visible text of content message.
await Snackbar('I love snacks').exists(); Copy
await Snackbar('I love snacks').exists();
id
visible
true
Call this InteractorConstructor to initialize a snackbar Interactor. The snackbar interactor can be used to assert on snackbars state.
The snackbar is located by the visible text of content message.
Example
Filters
id
: string – Filter by idvisible
: boolean – Filter by visibility. Defaults totrue
. See isVisible.