| 1 | import { test, expect, type Page } from '@playwright/test'; |
| 2 | import translations from '../client/i18n/locales/english/translations.json'; |
| 3 | |
| 4 | const checkFlashMessageVisibility = async (page: Page, translation: string) => { |
nothing calls this directly
no test coverage detected