📎 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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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);