(self)
| 222 | await self.page.setViewport({'width': 700, 'height': 0}) |
| 223 | |
| 224 | async def destroy(self): |
| 225 | await self.page.close() |
| 226 | await self.browser.close() |
| 227 | |
| 228 | async def sign_in_routine(self, redirect_url='/account/update', contains=None): |
| 229 | if contains is None and redirect_url == '/account/update': |
no outgoing calls
no test coverage detected