mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
📎 Skip inspect integration tests (#7781)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user