diff options
Diffstat (limited to 'cypress/e2e/theming/user-background.cy.ts')
-rw-r--r-- | cypress/e2e/theming/user-background.cy.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/e2e/theming/user-background.cy.ts b/cypress/e2e/theming/user-background.cy.ts index 86b66627ee6..92617b33b59 100644 --- a/cypress/e2e/theming/user-background.cy.ts +++ b/cypress/e2e/theming/user-background.cy.ts @@ -162,7 +162,7 @@ describe('User select a bright custom color and remove background', function() { it('See the header being inverted', function() { cy.waitUntil(() => cy.window().then((win) => { - const firstEntry = win.document.querySelector('.app-menu-main li') + const firstEntry = win.document.querySelector('.app-menu-main li img') if (!firstEntry) { return false } |