From fd27caf311026d1bf3655b05a0207ba5b90568cd Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 3 Jun 2016 16:09:31 +0200 Subject: [PATCH] tests: remove wait in mhtml cancel test --- tests/end2end/features/downloads.feature | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/end2end/features/downloads.feature b/tests/end2end/features/downloads.feature index f5168e145..e22d162b3 100644 --- a/tests/end2end/features/downloads.feature +++ b/tests/end2end/features/downloads.feature @@ -130,7 +130,6 @@ Feature: Downloading things from a website. Scenario: Cancelling a MHTML download (issue 1535) When I open data/downloads/issue1535.html And I run :download --mhtml - And I wait 1s And I run :download-cancel Then no crash should happen