From 9286fadeee4bd59269817420fe43f09fda270336 Mon Sep 17 00:00:00 2001 From: Tarcisio Fedrizzi Date: Mon, 29 Feb 2016 00:39:37 +0100 Subject: [PATCH] Adds wait to paste multiline text test --- tests/integration/features/yankpaste.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/features/yankpaste.feature b/tests/integration/features/yankpaste.feature index ce6ec2b1a..8f6c6552f 100644 --- a/tests/integration/features/yankpaste.feature +++ b/tests/integration/features/yankpaste.feature @@ -134,6 +134,7 @@ Feature: Yanking and pasting. http://qutebrowser.org should not open And I run :paste -t + And I wait until data/hello.txt?q=this%20url%3A%0Ahttp%3A//qutebrowser.org%0Ashould%20not%20open is loaded Then the following tabs should be open: - about:blank - data/hello.txt?q=this%20url%3A%0Ahttp%3A//qutebrowser.org%0Ashould%20not%20open (active)