Revert "Remove :session-save --quiet test"

This reverts commit bea71ed3a2.
I think I can think of a way to stabilize it now.
This commit is contained in:
Florian Bruhin 2017-12-13 22:46:38 +01:00
parent 0a612db733
commit f34bdfbb50

View File

@ -277,6 +277,11 @@ Feature: Saving and loading sessions
Then the message "Saved session session_name." should be shown
And the session session_name should exist
Scenario: Saving session with --quiet
When I run :session-save --quiet quiet_session
Then "Saved session quiet_session." should not be logged
And the session quiet_session should exist
Scenario: Saving session with --only-active-window
When I open data/numbers/1.txt
And I open data/numbers/2.txt in a new tab