Skip to content

Commit d1c9919

Browse files
committed
Fix a flaky test on windows.
1 parent 067cea2 commit d1c9919

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_cell.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ async def test_non_code_cells(pilot):
2525

2626
app.cell_type_selector.value = "markdown"
2727
await pilot.pause()
28+
await pilot.pause() # fixes the flakiness on windows.
2829
assert app.cells[0].cell_type() == "markdown"
2930
app.cells[0].execute()
3031
app.cells[0].source.text = "asdf"

0 commit comments

Comments
 (0)