mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 16:11:40 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
c90c016ae5
5 changed files with 35 additions and 5 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue