Skip to content

Commit 27298f7

Browse files
committed
Revert changes that will slow down tests
1 parent fa9257f commit 27298f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/streamlit_ui_tests/utils.ts

-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ export const setFormulaUsingCellEditor = async (
199199
await mito.getByRole('textbox').fill(formula);
200200
await awaitResponse(page);
201201
await mito.locator('#cell-editor-input').press('Enter');
202-
await page.waitForTimeout(1000);
203202
await awaitResponse(page);
204203
}
205204

0 commit comments

Comments
 (0)