mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Create "Junk" folder in test_dont_show_emails()
This folder may not exist on the test server.
This commit is contained in:
@@ -1435,6 +1435,7 @@ class TestOnlineAccount:
|
|||||||
ac1.direct_imap.create_folder("Drafts")
|
ac1.direct_imap.create_folder("Drafts")
|
||||||
ac1.direct_imap.create_folder("Sent")
|
ac1.direct_imap.create_folder("Sent")
|
||||||
ac1.direct_imap.create_folder("Spam")
|
ac1.direct_imap.create_folder("Spam")
|
||||||
|
ac1.direct_imap.create_folder("Junk")
|
||||||
|
|
||||||
acfactory.wait_configure_and_start_io()
|
acfactory.wait_configure_and_start_io()
|
||||||
# Wait until each folder was selected once and we are IDLEing again:
|
# Wait until each folder was selected once and we are IDLEing again:
|
||||||
|
|||||||
Reference in New Issue
Block a user