🐛 Prevent themes dropdown overflow hidden in set sidebar (#5850)

This commit is contained in:
Juanfran 2025-02-17 09:51:10 +01:00 committed by GitHub
parent aa180e9f3f
commit f6fc2f8808
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 34 additions and 10 deletions

View file

@ -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",