From dbe10da06922709671aeb3bb4dc08aa4f939b9b9 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 7 Nov 2013 12:25:29 +0100 Subject: [PATCH] Hide testing state by default to avoid perceptual diffs The perceptual diff extension in Behat defaults to taking a screenshot of every browser step, including the "started testsession" one. A simple way to avoid this view changing is hiding the variable state behind a click event. The state info is mostly used for manual testing via dev/tests/startsession anyway. --- templates/Includes/TestSession_State.ss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/Includes/TestSession_State.ss b/templates/Includes/TestSession_State.ss index bcabd78..609e20f 100644 --- a/templates/Includes/TestSession_State.ss +++ b/templates/Includes/TestSession_State.ss @@ -1,10 +1,10 @@ <% if State %>

- Current testing state -

+ Show testing state +

<% end_if %> \ No newline at end of file