mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 23:04:14 +08:00
Refactor: remove unnecessary wait in component-as-tool-shortcut test (#5130)
refactor: Remove unnecessary wait in component-as-tool-shortcut test
This commit is contained in:
@ -6,7 +6,6 @@ test(
|
||||
{ tag: ["@release", "@components"] },
|
||||
async ({ page }) => {
|
||||
await page.goto("/");
|
||||
await page.waitForTimeout(1000);
|
||||
let modalCount = 0;
|
||||
try {
|
||||
const modalTitleElement = await page?.getByTestId("modal-title");
|
||||
|
||||
Reference in New Issue
Block a user