From 7e55eee1b9dc07a9908c70cc49503eb48e976cac Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Thu, 24 Mar 2016 10:20:21 +0100 Subject: [PATCH] Set background-tabs to false for rest of the tests Because it is set to true in a previous test and it is better to avoid shared state in tests. Especially, if we want to randomize tests later on. --- tests/integration/features/tabs.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/features/tabs.feature b/tests/integration/features/tabs.feature index caab7976d..323ecea6e 100644 --- a/tests/integration/features/tabs.feature +++ b/tests/integration/features/tabs.feature @@ -682,6 +682,7 @@ Feature: Tab management Scenario: opening tab with tabs->new-tab-position first When I set tabs -> new-tab-position to first + And I set tabs -> background-tabs to false And I open about:blank And I open data/hints/link.html in a new tab And I run :hint all tab @@ -693,6 +694,7 @@ Feature: Tab management Scenario: opening tab with tabs->new-tab-position last When I set tabs -> new-tab-position to last + And I set tabs -> background-tabs to false And I open data/hints/link.html And I open about:blank in a new tab And I run :tab-focus last