(self, title: str, ordinal: int = 0)
| 148 | ) |
| 149 | |
| 150 | def select_action(self, title: str, ordinal: int = 0) -> None: |
| 151 | self.page.locator(".action-title", has_text=title).nth(ordinal).click() |
| 152 | |
| 153 | def select_snapshot(self, name: str) -> None: |
| 154 | self.page.click(f'.snapshot-tab .tabbed-pane-tab-label:has-text("{name}")') |
no test coverage detected