Skip to content

Commit

Permalink
SQ -> Can mark group as Do Not Download
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfstr committed Jan 22, 2024
1 parent 9a0d6b8 commit 9228c8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/crystal/tests/test_do_not_download_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@ async def test_given_embedded_resource_selected_in_entity_tree_when_press_downlo

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


Expand Down

0 comments on commit 9228c8a

Please sign in to comment.