summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-08-14 18:26:06 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-08-14 18:26:06 +0200
commit57421dcd99559d0ab2f49628f020bf7aa1fa7d04 (patch)
tree05b1d9c13674611dd64701ae384eb354bf8c29d7
parent0761d14bfc428cff113f8d371c488997b87392d2 (diff)
downloadqutebrowser-57421dcd99559d0ab2f49628f020bf7aa1fa7d04.tar.gz
qutebrowser-57421dcd99559d0ab2f49628f020bf7aa1fa7d04.zip
Further stabilize urlmark end2end tests
-rw-r--r--tests/end2end/features/test_urlmarks_bdd.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/end2end/features/test_urlmarks_bdd.py b/tests/end2end/features/test_urlmarks_bdd.py
index 6d4172085..2a7b65d8c 100644
--- a/tests/end2end/features/test_urlmarks_bdd.py
+++ b/tests/end2end/features/test_urlmarks_bdd.py
@@ -17,7 +17,9 @@ def clear_marks(quteproc):
"""Clear all existing marks between tests."""
yield
quteproc.send_cmd(':quickmark-del --all')
+ quteproc.wait_for(message="Quickmarks cleared.")
quteproc.send_cmd(':bookmark-del --all')
+ quteproc.wait_for(message="Bookmarks cleared.")
def _check_marks(quteproc, quickmarks, expected, contains):