diff --git a/dom/keycodes-symphony_test.js b/dom/keycodes-symphony_test.js index d9f68ccb..d80d7bd3 100644 --- a/dom/keycodes-symphony_test.js +++ b/dom/keycodes-symphony_test.js @@ -46,7 +46,7 @@ tests.push(async ({ page, eq }) => { } const getNotesBg = await page.$$eval('.note', (nodes) => { - return nodes.map((note) => note.style.background) + return nodes.map((note) => note.style.backgroundColor) }) const colors = [...new Set(getNotesBg)]