8000 Remove unecessary function · coder/coder@b9068a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9068a2

Browse files
committed
Remove unecessary function
1 parent fb90246 commit b9068a2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

site/e2e/api.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,6 @@ export async function verifyConfigFlagString(
243243
await expect(configOption).toHaveText(opt.value as any);
244244
}
245245

246-
export async function verifyConfigFlagEmpty(page: Page, flag: string) {
247-
const configOption = page.locator(
248-
`div.options-table .option-${flag} .option-value-empty`,
249-
);
250-
await expect(configOption).toHaveText("Not set");
251-
}
252-
253246
export async function verifyConfigFlagArray(
254247
page: Page,
255248
config: DeploymentConfig,

0 commit comments

Comments
 (0)
0