fix: remove unused waitForToast import from certificate-delete.spec.ts

This commit is contained in:
GitHub Actions
2026-03-22 14:28:42 +00:00
parent ef5e2e2ea2
commit 53fc2f1e78

View File

@@ -15,7 +15,6 @@ import { test, expect, loginUser } from './fixtures/auth-fixtures';
import { request as playwrightRequest } from '@playwright/test';
import {
waitForLoadingComplete,
waitForToast,
waitForDialog,
waitForAPIResponse,
} from './utils/wait-helpers';