mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
fix: align cloud test name with toBeAttached assertion
This commit is contained in:
@@ -4,7 +4,7 @@ import { comfyPageFixture as test } from "../fixtures/ComfyPage";
|
||||
import { TestIds } from "../fixtures/selectors";
|
||||
|
||||
test.describe("Cloud distribution UI @cloud", () => {
|
||||
test("subscribe button is visible for free-tier users @cloud", async ({
|
||||
test("subscribe button is attached in cloud mode @cloud", async ({
|
||||
comfyPage,
|
||||
}) => {
|
||||
const subscribeButton = comfyPage.page.getByTestId(
|
||||
|
||||
Reference in New Issue
Block a user