mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Prevent themes dropdown overflow hidden in set sidebar (#5850)
This commit is contained in:
@@ -252,7 +252,10 @@ test.describe("Tokens: Tokens Tab", () => {
|
||||
const themeSelect = tokenThemesSetsSidebar.getByRole("combobox");
|
||||
|
||||
await themeSelect.click();
|
||||
await themeSelect.getByRole("option", { name: "Changed" }).click();
|
||||
await page
|
||||
.getByTestId("theme-select-dropdown")
|
||||
.getByRole("option", { name: "Changed" })
|
||||
.click();
|
||||
|
||||
const sidebarLightSet = tokenThemesSetsSidebar.getByRole("button", {
|
||||
name: "light",
|
||||
|
||||
Reference in New Issue
Block a user