tsrkalexandr

Results 2 comments of tsrkalexandr

You can pass `containerStyle` to options object ``` Toast.show('Message', { duration: Toast.durations.LONG, containerStyle: { borderRadius: 20 } }); ```

I also tried to figure out what is going on locally I add output to console [here](https://github.com/codeceptjs/CodeceptJS/blob/3.3.4/lib/helper/Playwright.js#L1833) ``` ... .then((props) => { console.log(props) //