Skip to content

Commit

Permalink
Tests: Do Not Download: Fix missing immediate_finish_ok=True
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfstr committed Aug 28, 2024
1 parent 451bf01 commit 35a422f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/crystal/tests/test_do_not_download_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ async def test_given_embedded_resource_selected_in_entity_tree_when_press_downlo
assert not comic_image_r.has_any_revisions()

comic_image_r_ti.SelectItem()
await mw.click_download_button()
await mw.click_download_button(
# NOTE: May "finish immediately" because has no embedded subresources
immediate_finish_ok=True)
await wait_for_download_to_start_and_finish(
mw.task_tree,
# NOTE: May "finish immediately" because has no embedded subresources
Expand Down

0 comments on commit 35a422f

Please sign in to comment.