import { expect, test } from "@playwright/test"; import { DataExplorer, TestAccount } from "../fx"; test("Self Serve", async ({ page, browserName }) => { /* Skipping this test which fails on webkit only. Clicking on the dropdown does not open the dropdown. It fails with the error below which seems to indicate that some
(with class "ms-Stack css-128", the label of the dropdown?) is intercepting the click. - retrying click action, attempt #555 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling -
from