| 1 | import { test, expect } from '@playwright/test'; |
| 2 | import { ionSwipeToGoBack } from '../../utils/drag-utils'; |
| 3 | import { ionPageVisible, ionPageHidden, ionPageDoesNotExist, testStack } from '../../utils/test-utils'; |
| 4 |
nothing calls this directly
no test coverage detected