At first glance, I think the 'import' you're using is incorrect. You're importing from playwright; it should be playwright/test.
import { chromium, test } from '@playwright/test';