Merge pull request #5429 from penpot/palba-bugfixing-01

🐛 Palba bugfixing 01
This commit is contained in:
Andrey Antukh 2024-12-10 12:33:38 +01:00 committed by GitHub
commit 39da7d7ab6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 35 additions and 3 deletions

View file

@ -71,4 +71,7 @@ test("Save and restore version", async ({ page }) => {
);
await page.getByRole("button", { name: "Restore" }).click();
// check that the history panel is closed after restore
await expect(page.getByRole("tab", { name: "design" })).toBeVisible();
});