(text: string)
| 213 | } |
| 214 | |
| 215 | async expectToastToContain(text: string) { |
| 216 | await expect(this.page.getByTestId('toast')).toContainText(text); |
| 217 | } |
| 218 | |
| 219 | async openSideBar() { |
| 220 | const sidebarToggleButton = this.page.getByTestId('sidebar-toggle-button'); |