mirror of https://github.com/penpot/penpot.git
📎 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…
Reference in New Issue