mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 04:46:11 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
61e19ae3a8
15 changed files with 77 additions and 72 deletions
|
@ -58,10 +58,11 @@ test("Save and restore version", async ({ page }) => {
|
|||
await page.getByRole("textbox").press("Enter");
|
||||
|
||||
await page
|
||||
.locator("li")
|
||||
.filter({ hasText: "INIT" })
|
||||
.getByRole("button")
|
||||
.click();
|
||||
.getByLabel("History", { exact: true })
|
||||
.locator("div")
|
||||
.nth(3)
|
||||
.hover();
|
||||
await page.getByRole("button", { name: "Open version menu" }).click();
|
||||
await page.getByRole("button", { name: "Restore" }).click();
|
||||
|
||||
await workspacePage.mockRPC(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue