diff --git a/browser_tests/helpers/actionbar.ts b/browser_tests/helpers/actionbar.ts index f37de855a..89d5e73ad 100644 --- a/browser_tests/helpers/actionbar.ts +++ b/browser_tests/helpers/actionbar.ts @@ -13,7 +13,7 @@ export class ComfyActionbar { async isDocked() { const className = await this.root.getAttribute('class') - return className?.includes('is-docked') ?? false + return className?.includes('static') ?? false } } diff --git a/src/components/actionbar/ComfyActionbar.vue b/src/components/actionbar/ComfyActionbar.vue index c2b7fe8ed..f01beee25 100644 --- a/src/components/actionbar/ComfyActionbar.vue +++ b/src/components/actionbar/ComfyActionbar.vue @@ -2,10 +2,7 @@