test.beforeAll(async ({ browser }) => {
        page = await browser.newPage();

        element = page.locator("fast-option");