diff --git a/frontend/test/playwright/utils/expect-snapshot.ts b/frontend/test/playwright/utils/expect-snapshot.ts index 99e26658b04..1cc4b4395bd 100644 --- a/frontend/test/playwright/utils/expect-snapshot.ts +++ b/frontend/test/playwright/utils/expect-snapshot.ts @@ -94,8 +94,6 @@ export const expectSnapshot: ExpectSnapshot = async ( } await turnOnDarkMode(page, dir ?? "ltr") - // Wait for the theme to change. - await sleep(100) // Wait for the theme to change. await sleep(100)