📎 Skip inspect integration tests (#7781)

This commit is contained in:
Andrey Antukh
2025-11-19 17:26:40 +01:00
committed by GitHub
parent 40e1e27bf0
commit 9532dea2c6

View File

@@ -131,7 +131,7 @@ const selectColorSpace = async (workspacePage, colorSpace) => {
};
test.describe("Inspect tab - Styles", () => {
test("Open Inspect tab", async ({ page }) => {
test.skip("Open Inspect tab", async ({ page }) => {
const workspacePage = new WorkspacePage(page);
await setupFile(workspacePage);