We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067cea2 commit d1c9919Copy full SHA for d1c9919
tests/test_cell.py
@@ -25,6 +25,7 @@ async def test_non_code_cells(pilot):
25
26
app.cell_type_selector.value = "markdown"
27
await pilot.pause()
28
+ await pilot.pause() # fixes the flakiness on windows.
29
assert app.cells[0].cell_type() == "markdown"
30
app.cells[0].execute()
31
app.cells[0].source.text = "asdf"
0 commit comments