mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
📎 Skip inspect integration tests (#7781)
This commit is contained in:
parent
40e1e27bf0
commit
9532dea2c6
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user