Remove :session-save --quiet test

When nothing gets logged, we can't check whether the session was already saved.
This commit is contained in:
Florian Bruhin 2017-12-13 08:41:29 +01:00
parent 19596e3104
commit bea71ed3a2

View File

@ -277,11 +277,6 @@ 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