Remove :session-save --quiet test
When nothing gets logged, we can't check whether the session was already saved.
This commit is contained in:
parent
19596e3104
commit
bea71ed3a2
@ -277,11 +277,6 @@ Feature: Saving and loading sessions
|
|||||||
Then the message "Saved session session_name." should be shown
|
Then the message "Saved session session_name." should be shown
|
||||||
And the session session_name should exist
|
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
|
Scenario: Saving session with --only-active-window
|
||||||
When I open data/numbers/1.txt
|
When I open data/numbers/1.txt
|
||||||
And I open data/numbers/2.txt in a new tab
|
And I open data/numbers/2.txt in a new tab
|
||||||
|
Loading…
Reference in New Issue
Block a user