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:
parent
479cc3fa64
commit
70bb9cbb29
1 changed files with 0 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue