mirror of
https://github.com/penpot/penpot.git
synced 2025-06-15 04:31:39 +02:00
♻️ Update button-icon with tooltip component (#6539)
* 🐛 Add tooltip to base icon button * 🎉 Update id prop * 🐛 Fix test
This commit is contained in:
parent
55997a3d4a
commit
a2abaea637
10 changed files with 60 additions and 39 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue