(self, title: str, ordinal: int = 0)
| 158 | ) |
| 159 | |
| 160 | async def select_action(self, title: str, ordinal: int = 0) -> None: |
| 161 | await self.page.locator(".action-title", has_text=title).nth(ordinal).click() |
| 162 | |
| 163 | async def select_snapshot(self, name: str) -> None: |
| 164 | await self.page.click( |
no test coverage detected