mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
♻️ Update button-icon with tooltip component (#6539)
* 🐛 Add tooltip to base icon button * 🎉 Update id prop * 🐛 Fix test
This commit is contained in:
@@ -18,7 +18,7 @@ test("User haven't toolbar", async ({ page }) => {
|
||||
});
|
||||
|
||||
test("User haven't edition menu entries", async ({ page }) => {
|
||||
await page.getByTitle("main menu").click();
|
||||
await page.getByRole("button", { name: "Main menu" }).click();
|
||||
await page.getByText("file").last().click();
|
||||
|
||||
await expect(page.getByText("Add as Shared Library")).toBeHidden();
|
||||
|
||||
Reference in New Issue
Block a user