summaryrefslogtreecommitdiffstats
path: root/cypress/e2e/theming/user-background.cy.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cypress/e2e/theming/user-background.cy.ts')
-rw-r--r--cypress/e2e/theming/user-background.cy.ts2
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
}