mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 20:36:37 +02:00
🐛 Prevent themes dropdown overflow hidden in set sidebar (#5850)
This commit is contained in:
parent
aa180e9f3f
commit
f6fc2f8808
3 changed files with 34 additions and 10 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue